oxibase 0.5.13

Autonomous relational database management system with MVCC, time-travel queries, and full ACID compliance
Documentation
1
2
3
4
5
# Data Model: Scripting Backend Context Refactor

This feature does not introduce any new database tables, internal core data structures, logical execution nodes, or physical AST changes. 

The scope is strictly limited to the translation layer sitting between Oxibase's `Row` struct and the dynamic scripting environments representations (`NewRowProxy`, `PyDict`, `JsObject`).