SQLite

Serverless relational database management system

SQLite

Summary

SQLite is a free and open-source relational database engine written in the C programming language. It is not a standalone application; rather, it is a library that software developers embed in their applications. As such, it belongs to the family of embedded databases. According to its developers, SQLite is the most widely deployed database engine, as it is used by several of the top web browsers, operating systems, mobile phones, and other embedded systems.

Modified

6/6/2026, 10:47:14 AM

Source: WikipediaView full article