# SQLite SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. omniload supports SQLite as a source and a destination. ## URI format The URI format for SQLite is as follows: ```text sqlite:/// ``` URI parameters: - `database-file`: the path to the SQLite database file. The same URI structure can be used both for sources and destinations. You can read more about SQLAlchemy's SQLite dialect [here](https://docs.sqlalchemy.org/en/20/core/engines.html#sqlite).