OxiDB.
Journal Search Sign in

Latest Articles

Thoughts on databases, Rust, and building fast software

Indexes: Supercharging Query Performance
Deep Dive / 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
Query Engine: Filtering, Sorting, and Pagination
Tutorial / March 03, 2026

Query Engine: Filtering, Sorting, and Pagination

OxiDB's query engine supports rich filtering with comparison operators, logical combinators, and efficient index utilization. Queries use a JSON-based syntax inspired by MongoDB. Comparison Operators...

Continue reading
CRUD Operations: Working with Documents in OxiDB
Tutorial / March 02, 2026

CRUD Operations: Working with Documents in OxiDB

OxiDB provides a familiar, MongoDB-inspired API for working with documents. Every document is a JSON object stored in a collection, and every document gets an auto-generated _id field. Inserting...

Continue reading
Introduction to OxiDB: A Fast, Embeddable Document Database
Getting Started / March 01, 2026

Introduction to OxiDB: A Fast, Embeddable Document Database

OxiDB is a fast, embeddable document database engine written in Rust. It supports both SQL and JSON-based queries, making it versatile for many use cases — from embedded applications to...

Continue reading
← Newer 2 / 2
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