Abstract Relational DBaaS. Reimagined.

Spacebase is a high-performance, strict multi-tenant abstract relational platform built on top of a highly optimized SQLite cluster. Version 3 introduces major security, metrics logging, and database management patterns.

📄 View API Docs

Engineered for Security & Speed

Core capabilities powering the Version 3 Cloud Engine

🔐

Cryptographic File Abstraction

Users no longer map directly to visible path namespaces or predictable file names on disk. Databases are instantiated with a randomized, globally unique RFC4122-compliant UUID hash. The translation matrix from a user-friendly alias to the physical file container is managed within a highly secure internal master database located entirely outside the public web directories.

📦

Data Isolation Sandboxing

Every account is dynamically allocated an isolated runtime context. Cross-tenant visibility or traversal is mechanically impossible; database queries are dynamically mapped through the user's active token identity, guaranteeing complete environmental safety.

Intelligent Self-Reflecting Mutations

Unlike standard database engines that return a simple integer count for changed rows, Version 3 captures and returns post-state data objects automatically for INSERT and UPDATE statements, drastically shortening development loops and reducing query loads.

📡

Network Auditing Telemetry

Total transparency. Every single SQL transaction captures the client's actual remote IP address (even when operating behind reverse proxies or load balancers) along with high-resolution timestamps, giving you an immutable audit trail of API activity.