Metadata-Version: 2.1
Name: shimbase
Version: 1.0.2
Summary: Object database layer
Home-page: https://github.com/HogRoast/shimbase/
Author-email: monkeeferret@gmail.com
License: MIT
Keywords: Object database layer
Platform: UNKNOWN
Requires-Python: >=3.7
Requires-Dist: sphinx (>=1.8.1)

An object oriented database abstraction library. The aim is to provide a simple library for manipulating relational database tables via python objects. The abstraction will allow for any relational database implementation to be plugged in, meaning application code can be written in a database independent fashion.


