Available since Version 1.0.
Establishes a connection to the SQLite database. If a database file does not exist, it will be created automatically. This function must be called before performing any database operations.
Syntax
DB.Connect()Arguments
No arguments.
Return Values
No return values.
Examples
DB.Connect()
-- After connecting, you can perform database operations such as creating tables, inserting data, etc.