# The libSQL Glow Up

DevFeed: [The libSQL Glow Up](<https://devfeed.tech/articles/the-libsql-glow-up-6046.md>)

Original publisher: [Read original article](<https://turso.tech/blog/the-libsql-glow-up>)

Author: Michael Ludden

Published: 2024-06-17T00:00:00Z

Content type: article

Language: en

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

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

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>), [updates](<https://devfeed.tech/tags/updates.md>)

## AI overview

The article describes Turso as a ground-up rewrite of SQLite. Turso Cloud supports querying databases over the network, syncing them with devices and servers, and offline use. Turso databases are files rather than processes, so they do not sleep, cold-start, or require scale-to-zero. The article also notes that edge replication is no longer a concept and legacy libSQL SDKs have been replaced by Turso-native SDKs.

## Source excerpt

How libSQL came to have a shiny new logo.