ORB Framework

The ORB framework is a database ORM designed to easily create object-oriented APIs for various database backends.

This is an open-source project released under the MIT license, the code for the framework is hosted online at GitHub.

The core of the framework is the orb library, a Python package that provides the implementations for the model structure and communication with the backend data services. In addition to the core library, we're developing a number of useful middleware utilities to help generate full applications for both web and desktop, which we will go into more in detail later.