Turso icon
Turso icon

Turso

Turso is an open-source, SQLite-compatible database written in Rust that lets developers create millions of small, file-based databases for AI agents, multi-tenant SaaS applications, and edge workloads.

Turso screenshot 1

Cost / License

  • Freemium (Subscription)
  • Open Source (MIT)

Platforms

  • Online
  • Self-Hosted
0likes
0articles

Features

No features, maybe you want to suggest one?

Turso News & Activities

Highlights All activities

Recent activities

  • xenmaster updated Turso
  • Bob-Bass added Turso as alternative to Layerbase
  • jdakfkj333 added Turso
  • libSQL icon
    jdakfkj333 added Turso as alternative to libSQL and SQLite + 2 similar activities

Turso information

  • Developed by

    tursodatabase
  • Licensing

    Open Source (MIT) and Freemium product.
  • Pricing

    Subscription that costs up to $416 per month + free version with limited functionality.
  • Written in

  • Alternatives

    3 alternatives listed
  • Badge

    Get an embeddable badge for Turso
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  24,326 Stars
  •  1,357 Forks
  •  1006 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Turso was added to AlternativeTo by Sam Lander on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Turso?

Turso is an open-source, SQLite-compatible database written in Rust that lets developers create millions of small, file-based databases for AI agents, multi-tenant SaaS applications, and edge workloads. Unlike traditional databases that run as a single shared server process, Turso treats each database as a lightweight file that can be spun up instantly, replicated globally, or synced to a device.

  • SQLite compatibility for SQL dialect, file formats, and the C API [see document for details]

  • Change data capture (CDC) for real-time tracking of database changes.

  • Asynchronous I/O support on Linux with io_uring

  • Cross-platform support for Linux, macOS, Windows and browsers (through WebAssembly)

  • Vector support support including exact search and vector manipulation

  • Improved schema management including extended ALTER support and faster schema changes.