Page 1 of 4
GSTsqlite
GSTsqlite is a database plugin based on sqlite for 3DGamestudio >6.xx from Conitec.
Manual
{jd_file file==328}
Highlights
- database in one file
- easy framework
- helpful tools
Features
- the databases are single file - all tables, views, triggers and other DB objects are kept in a single file
- No static configuration is needed. The application just opens a database, optionally adjusts the behavior of the interface and executes SQL queries over the opened database.
- Fairly good level of SQL92 support. Support for triggers, views, indices.
- Full support for sub-queries
- Transactions support. While nested transactions are not supported the one-level transactions can pack unlimited number of SQL statements.
- Faster than most of the other embedded databases.
- Independent of ADO, Jet, OLEDB. No compatibility and version issues if the both DLL are with your application nothing else is needed.