Beta version
Release note
Added utils package:
- Manager class: this class adheres to the API to support all CRUD and database operations.
- api decorator function: this decorator function allows you to replace the method names of an already existing class to adhere to the NOSQL API.
- global_session function: this function allows you to create a global connection present in
globals()
.