.. dictiORM documentation master file, created by sphinx-quickstart on Tue Dec 11 23:40:34 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Autogenerated docs ================== DictiORM is a tiny MongoDB ORM that takes zero time to setup because docs become simple dicts. Read and write the documents in your database like if you were using normal dictionary variables in Python. All the database accesses are abstracted for you. If you know how to use a Python dictionary, that's all you need to read and write a MongoDB database. .. toctree:: :maxdepth: 2 :caption: Contents: | Examples ======== The fastest way to get started, available `here `_ | | Classes ======= .. autoclass:: dictiorm.dictiorm.Connection .. autoclass:: dictiorm.dictiorm.Collection .. autoclass:: dictiorm.dictiorm.Document .. autoclass:: dictiorm.dictiorm.Group