sqlite
SQLite is a database management system. The SQLite engine is not a standalone process. Instead, The entire database (definitions, tables, indices, and the data itself) is stored as a single cross-platform file on a host machine. SQLite implements most of the SQL-92 standard for SQL but it lacks some features. For example it has partial support for triggers, and it can't write to views. While it supports complex queries, it still has limited ALTER TABLE support, as it can't modify or delete columns.
Articles tagged with sqlite
Found: 1 Item on 1 page
