SQLite

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

SQLite

 

Description

 

SQLite thinBasic module is a wrapper of some of the vast functionalities of SQLite SQL database engine.

 

SQLite is a self-contained, high-reliability, embedded, full-featured, public-domain, SQL database engine.

SQLite is the most used database engine in the world.

 

More info at: https://www.sqlite.org/

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "SQLite"

 

Additional information

 

 

Important notes about SQLite  module

 

1. SQLIte thinBasic module is based on SQLitening library from Fred Meier who passed by on 2013:
http://www.planetsquires.com/protect/forum/index.php?topic=3274.msg23964#msg23964

 

2.Original Library can still be found at the following link: http://www.sqlitening.com/support/index.php
 

3.To open, inspect, edit, SQLite database file, we suggest to download and install DB Browser for SQLite.
DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
Check it at https://sqlitebrowser.org/