1. Which imports are allowed for Python?
    I want to use sqlite for my plugin and the import of sqlite3 is forbidden.
    Are there any alternatives?
     
  2. Oxide provides a SQL library.
     
  3. Okay, could you please tell me in which import it is included?
     
  4. I am not too familiar with oxides library system neither am I with python. @Wulf or @Nogrod might know.
     
  5. Wulf

    Wulf Community Admin

    You can use SQLite and MySQL though Oxide.Core.Database and Oxide.Ext.SQLite. Most things are allowed, just not those that expose System.IO or filesystem access directly.