SQLiter is a powerful add-on module to teamonkey's fine SQLite wrapper that makes database operating very easy.
Teamonkey's SQLite wrapper works great, but the functions are quite complicated. SQLiter makes the usage with SQLite databases easier and more familiar to known database frameworks.
Installation:
Download SQLiter module from link below. UnRar the archive into BMax mod-folder.
The download contains teamonkey's wrapper that has been recompiled by Assari to work with BMax 1.18+. And it contains a small database file for the demo program.
Features:
SQLiter supports the main faetures for SQLite databases like :memory: databases, prepared queries and more. SQLite operating has never been easier.
Files:
SQLiter v1.5
Older Versions:
SQLiter v1.3
SQLiter v1.2
SQLiter v1.1
Tutorials:
SQLiter Tutorial 1
SQLiter Tutorial 2
Version History:
v1.5
- Added TSQLiter::LastInsertRowId(). Thanks to David.
- Fixed a bug in the CopyTable functions. Thanks to Mario.
- Added new example: demo7.bmx5
v1.4
- Added TSQLiter_CopyTable()
- Added TSQLiter:CopyDatabaseFile()
- Added TSQLiter_CopyDatabase()
v1.3
- Added TSQLiter::Bind()"
- Added TSQLiter::FinalizeQuery()"
- Added TSQLiter::P()"
- Added TSQLiter::PrepareQuery()"
- Added TSQLiter::ResetQuery()"
- Added TSQLiter::StepQuery()"
v1.2
- Added TSQliter::TableCount()
- Added TSQliter::TableName()
- Added TSQliter::TableSQL()
- Added TSQliter::ColumnCount()
- Added TSQliter::ColumnName()
- Added TSQliter::ColumnType()
- Added TSQliter::ColumnTypeName()
v1.1
- Intial release
Links:
SQLite homepage
teamonkey's SQLite wrapper module
SQLite Browser - a free graphical SQLite administration tool
Acknowledgment:
Thank you teamonkey for this great SQLite wrapper and Assari for recompiling.
And big thank you to the guys from SQLite team.