Introducing Native DB: A fast, multi-platform embedded database for Rust 🦀

I'm excited to introduce a new project that I've been working on: Native DB.

Key Features:

  • :crab: Easy-to-use API with minimal boilerplate.
  • :star2: Supports multiple indexes (primary, secondary, unique, non-unique, optional).
  • :arrows_counterclockwise: Automatic model migration and thread-safe, ACID-compliant transactions.
  • :zap: Real-time subscription for database changes (inserts, updates, deletes).
  • :fire: Hot snapshots.

NOTE: also posted on reddit.

3 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.