Sqlite Manager
Utility base class for things that have to interface with sqlite.
Constructors
Functions
Link copied to clipboard
Get a hold of a Connection to execute queries. If you're going to do any write operations then you should use tx instead.
Link copied to clipboard
Get a Connection within a transaction. This will just commit for you and rollback in a catch block.
Properties
Link copied to clipboard
JDBC string to pass into DriverManager.getConnection.