Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SharpCoreDB Logo

SharpCoreDB

High-performance encrypted embedded + network-capable database engine for .NET 10.

Version: v1.9.1
Package: SharpCoreDB


Patch updates in v1.9.1

  • ✅ 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.

Features

  • 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.LoadUnsafe hot paths)
  • Query plan caching, prepared statements, and compiled-query support
  • Works as the core engine behind server, analytics, vector, graph, and distributed packages

Changes in v1.9.0

  • 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

Installation

dotnet add package SharpCoreDB --version 1.9.0

Related packages

  • SharpCoreDB.Server / SharpCoreDB.Client
  • SharpCoreDB.Analytics
  • SharpCoreDB.VectorSearch
  • SharpCoreDB.Graph / SharpCoreDB.Graph.Advanced
  • SharpCoreDB.EventSourcing / SharpCoreDB.Projections / SharpCoreDB.CQRS

Documentation

  • docs/INDEX.md
  • docs/README.md

License

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