High-performance encrypted embedded + network-capable database engine for .NET 10.
Version: v1.9.1
Package: SharpCoreDB
- ✅ Aligned package metadata and version references to the synchronized 1.9.1 release line.
- ✅ Release automation now publishes all packable SharpCoreDB packages in CI/CD.
- Embedded single-file database with AES-256-GCM encryption
- SQL engine with ACID transactions, WAL, B-tree/hash indexing, and FTS
- SIMD-optimized execution paths (including
Vector256.LoadUnsafehot paths) - Query plan caching, prepared statements, and compiled-query support
- Works as the core engine behind server, analytics, vector, graph, and distributed packages
- Synchronized ecosystem release to
v1.9.0 - SQL lexer/parser fixes for parameterized compiled-query execution
- Metadata durability improvements (flush/reopen reliability)
- Backward-compatible Brotli metadata support
- Validated with 1,490+ tests and no intended breaking changes from v1.5.0
dotnet add package SharpCoreDB --version 1.9.0SharpCoreDB.Server/SharpCoreDB.ClientSharpCoreDB.AnalyticsSharpCoreDB.VectorSearchSharpCoreDB.Graph/SharpCoreDB.Graph.AdvancedSharpCoreDB.EventSourcing/SharpCoreDB.Projections/SharpCoreDB.CQRS
docs/INDEX.mddocs/README.md
MIT License - Free for commercial and personal use. See LICENSE
Last Updated: April 26, 2026 | Version: 1.9.0
Made with ❤️ by the SharpCoreDB team