OxiDB.
Journal Search Sign in
Topic

Deep Dive

OxiDB for .NET: TCP Client, Embedded Mode & Entity Framework Core
March 07, 2026

OxiDB for .NET: TCP Client, Embedded Mode & Entity Framework Core

OxiDB now has first-class .NET support with three NuGet packages: a pure managed TCP client, an embedded FFI client that runs the database in-process, and a full Entity Framework Core provider that...

Continue reading
OxiDB JDBC Driver: Connect DBeaver, IntelliJ & Any Java App to OxiDB
March 07, 2026

OxiDB JDBC Driver: Connect DBeaver, IntelliJ & Any Java App to OxiDB

We've released oxidb-jdbc 0.1.0 — a pure Java JDBC driver that speaks OxiDB's native OxiWire binary protocol. It's a single 38 KB JAR with zero dependencies, works with Java 17+, and lets you...

Continue reading
OxiPool: A Connection Pooler for OxiDB
March 07, 2026

OxiPool: A Connection Pooler for OxiDB

OxiPool is a connection pooler for OxiDB — think PgBouncer, but purpose-built for OxiDB. It sits between your application and one or more OxiDB server instances, multiplexing client connections...

Continue reading
Testing OxiDB: 21 Test Suites, 15,000+ Lines of Verification
March 07, 2026

Testing OxiDB: 21 Test Suites, 15,000+ Lines of Verification

Building a database is one thing. Proving it works under every condition is another. OxiDB ships with 21 dedicated test suites totaling over 15,000 lines of test code, written in Go, C#/.NET, Python,...

Continue reading
Security: Authentication, Encryption, and RBAC
March 06, 2026

Security: Authentication, Encryption, and RBAC

OxiDB's TCP server includes enterprise-grade security features: SCRAM-SHA-256 authentication, role-based access control, TLS encryption, and transparent at-rest encryption. SCRAM-SHA-256...

Continue reading
ACID Transactions with Optimistic Concurrency Control
March 04, 2026

ACID Transactions with Optimistic Concurrency Control

OxiDB implements full ACID transactions using Optimistic Concurrency Control (OCC) with a 3-phase commit protocol. This provides strong consistency guarantees while maintaining high performance for...

Continue reading
Indexes: Supercharging Query Performance
March 03, 2026

Indexes: Supercharging Query Performance

Indexes are the key to fast queries in any database. OxiDB uses BTree indexes that maintain sorted order, enabling efficient lookups, range scans, and sorted iteration. Field Indexes Create an index...

Continue reading
Topics
  • Deep Dive
  • Ecosystem
  • Feature
  • Getting Started
  • Tutorial
Search

A journal powered by OxiDB — the fast, embeddable document database written in Rust.

Built with FastAPI • Jinja2 • Quill.js

OxiDB. © 2026 — All rights reserved