Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 3.01 KB

README.md

File metadata and controls

84 lines (64 loc) · 3.01 KB

Simple PoloDB Tutorial

PoloDB is a lightweight MongoDB. This tutorial serves as a quick start for PoloDB. We try to keep each part of the tutorial as simple as possible.

(The tutorial is for PoloDB version 4.4.2.)

Quick Start

Databases

Collections

Documents

Indexes

  • Creating Indexes
  • Unique Entries
  • Dropping Indexes

Miscellaneous

  • Custom Types
  • Transactions

See Also

  • PoloDB - the embedded document database.
  • Documentations - an official introductory documentation about PoloDB.

Contributions

Pull requests for typos, incorrect information, or other ideas are welcome!

License

All code in the tutorial is provided under the MIT License.