SQLite database introduction
Overview SQLite is a small, compact, a self-contained, embedded and high reliable database. SQLite is not client-server database. Unlike other SQL databases, SQLite does not have a separate server process. SQLite is cross platform and supports various platforms like Windows, Linux, Android etc. Getting started You can download it for the popular OS platforms at: […]