In focus
What Is SQLite

Learn SQLite

SQLite is one of the smallest and most widely used SQL databases. SQLite is a self-contained, serverless, zero-configuration, and transactional SQL database engine. This series talks about SQLite and how to use it.

What Is SQLite


SQLite is one of the smallest and most widely used SQL database engines. Unlike server based databases like SQL Server, Oracle, or MySql, SQLite is a self-contained, serverless, zero-configuration, and transactional SQL database engine.