News

Unlike other database systems, SQLite does not need to run on a server, ... For example, to create a new table, type:CREATE TABLE myTable (id INTEGER, name VARCHAR(100)); ...