Skip to content

4 posts

Writing on libSQL

SQLite's dialect over the network — Turso and self-hosted sqld, spoken natively. Where it stops: Monitoring is limited to what the sqld server itself exposes.

EngineeringDatabases

Connecting to a self-hosted libSQL server

A server started without authentication takes no token at all, and sending an empty one is rejected rather than treated as an anonymous connection.

EngineeringDatabasesSecurity

On libSQL: read-only is a credential you create

The server refuses the pragma a database-native read-only profile depends on, so the boundary moves from the session to the token the database issues.