{"repo":"Bethel-nz/aurora","free":true,"listed":false,"github":"https://github.com/Bethel-nz/aurora","clone":"git clone https://github.com/Bethel-nz/aurora.git","description":"Embedded Rust database with a GraphQL-like query language, pub/sub, reactive queries, and background workers","language":"Rust","stars":13,"topics":["database","hybrid-database","inmemory-db","rust"],"license":null,"category":"databases-storage","readme_excerpt":"Aurora DB A lightweight, real-time embedded database for modern Rust applications. --- Why Aurora? An embedded database for Rust — persistent storage, a query language, real-time change events, and a job queue in a single crate. No server, no external dependencies. --- Installation Optional features: --- Opening a Database --- Data Purity & System IDs Aurora maintains a decoupled internal tracking system to ensure your application data remains \"pure.\" sid (System ID) : Every document has a private internal UUIDv7 tracking key used for optimized storage and pagination. This is hidden from AQL results by default. Application id : Your user-provided id is stored safely as a standard field in your data object. Aurora never overwrites or maps it to the internal system ID. Audit Mode : Enable debug audit: true in your execution options to expose sid in query results. --- Two Query APIs Option 1 — Fluent Rust API Best for type-safe, direct integration in Rust code. Filter operators available on FilterBuilder : eq · ne · gt · gte · lt · lte · in values · contains · starts with · between · And · Or --- Option 2 — AQL (Aurora Query Language) GraphQL-style syntax. Best for flexible queries, scripts, or network APIs. --- AQL Reference Schema Definition Field types: String · Int · Float · Boolean · Uuid · Object · [Type] (arrays) Directives: @unique enforces uniqueness · @indexed builds a secondary index for fast lookups --- Insert --- Query with Filters Supported filter operators: Operat","default_branch":null,"files":null,"tree":[],"storefront":"/r/Bethel-nz","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Bethel-nz/aurora/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}