Skip to content
/ orb Public
forked from orb-framework/orb

Object-oriented database object-relation mapping architecture for Python.

License

Notifications You must be signed in to change notification settings

SPRIME01/orb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orb

The ORB library is an object-oriented, pythonic, object relational mapper for databases.

Installation

If you would like to use the latest build that has been tested and published, you can use the Python setuptools to install it to your computer or virtual environment:

$ pip install orb-api

If you would like to use the latest code base, you can clone the repository and reference and run setup.py for your virtual environment

$ git clone https://github.com/ProjexSoftware/orb.git
$ cd orb
$ python setup.py develop

Read the Getting Started page for more information on how to use the framework.

About

Object-oriented database object-relation mapping architecture for Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Mako 8.2%