Description
A Gambas database component for using SQLite 3 databases from Gambas applications. It is useful for local app data, small databases, settings, catalogs, and portable files that do not need a database server.
Install it when a Gambas program needs SQLite access. Local database files can still contain private data, so applications should choose safe file locations and handle backups.