SQLite database operations

by NullQuery
Use an SQLite database backend for your world
ID:2072373
 
Fork me on GitHub
This library allows you to connect and send queries to SQLite databases. SQLite is a file-based database system that is frequently used in testing environments when there is no dedicated SQL database server.

The library abstracts the existing SQLite functionality within BYOND into the same classes used by the sql4dm suite, allowing you to easily switch between database servers.

Both Windows and Linux are supported. Tested on Windows 10 Professional and CentOS 7 (64-bit multiarch)

Bug reports and suggestions may be reported to the appropriate forum.

The library is object-oriented and is very simple to use. See the demo code in the project.

Changelog:
Version 1.1
  • Added a 'dbtype' field to return the type of database.
Version 1.0
  • Initial release.