1. After last updates oxidemod and that extension i have errors on my plugin:
    Code:
    [Error] error CS0234: The type or namespace name `Connection' does not exist in the namespace `Oxide.Ext.SQLite'. Are you missing an assembly reference?
    [Error] plugin failed to compile!
    Before updates was ok.
    Connection to sqlite created by examples.
    Code:
    private readonly Ext.SQLite.Libraries.SQLite sqlite = Interface.GetMod().GetLibrary<Ext.SQLite.Libraries.SQLite>();
    private Ext.SQLite.Connection sqliteCon;
     
  2. Wulf

    Wulf Community Admin

    It moved to Oxide.Core.Database a few weeks ago. That may be the only change you need, but Visual Studio should help you as well.
     
  3. Sorry, fixed the same day. Just looked sources on github.