Sqlite Queue Write Layer
class SqliteQueueWriteLayer<T>(name: String, serializer: Serializer<T>) : SqliteManager, QueueWriteLayer<T>
Content copied to clipboard
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.