# SQLite-based databases on the postgres protocol? Yes we can!

DevFeed: [SQLite-based databases on the postgres protocol? Yes we can!](<https://devfeed.tech/articles/sqlite-based-databases-on-the-postgres-protocol-yes-we-can-6037.md>)

Original publisher: [Read original article](<https://turso.tech/blog/sqlite-based-databases-on-the-postgres-protocol-yes-we-can-358e61171d65>)

Author: Glauber Costa

Published: 2023-01-17T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [devices](<https://devfeed.tech/tags/devices.md>), [files](<https://devfeed.tech/tags/files.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [servers](<https://devfeed.tech/tags/servers.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

## AI overview

The article discusses SQLite-based databases that use the Postgres protocol. It describes SQLite as requiring no setup, maintenance, or scaling, with data stored in a single file, and mentions Turso Cloud features for querying databases over the network and syncing them with devices and servers for offline use. The supplied text is an excerpt and includes a note that it references an older version of Turso.

## Source excerpt

Applications built on SQLite are very easy to get started with. SQLite requires no setup, no maintenance, and no scaling, and the result of that execution lies entirely in a single file that you...