logo
icon

LibSQL

SQLite for modern applications

template cover
Deployed26 times
Publisherpan93412
Created2024-07-26
Services
service icon
Tags
Database

LibSQL

We aim to evolve it to suit many more use cases than SQLite was originally designed for, and plan to use third-party OSS code wherever it makes sense.

libSQL has many great features, including:

  • Embedded replicas that allow you to have replicated database inside your app.
  • libSQL server for remote SQLite access, similar to PostgreSQL or MySQL
  • Supports Rust, JavaScript, Python, Go, and more.

For more information, check “LibSQL extension” here.

Ports

libSQL contains one http port and one gRPC port.

  • http: The HTTP listen port that sqld listens on and clients will connect to. Useful for connecting from outside.
  • grpc: The gRPC listen port that sqld listens on and clients will connect to. Useful for connecting from inside.

See the “Networking” tab for the connection information.