PROPERTY Name AS String |
If you do not specify a name, a default system database is used.
template1
.
mysql
.
/tmp/sqlite.db
.
Needless to say, the user needs at least a read/connect access to these databases.
Sqlite will locate the database using the following:
You can also create and use a database in meory by giving the database name as ":memory:".