Companion
Functions
Link copied to clipboard
If the database already exists it is deleted
Link copied to clipboard
Link copied to clipboard
Creates a recommended configuration that has been tested for performance. https://ericdraken.com/sqlite-performance-testing/
Link copied to clipboard
Deletes a SQLite database Strategy:
Link copied to clipboard
A convenience method for those that use File instead of Path. Calls isEmbeddedDerbyDatabase(file.toPath())
Checks if a file is a valid SQLite database Strategy:
Link copied to clipboard
The database file must already exist within the KSLDatabase.dbDir directory It is opened for reading and writing.
The database file must already exist at the path
Link copied to clipboard
The database file must already exist at the path