octabytes / FireO

Google Cloud Firestore modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore
https://fireo.octabyte.io
Apache License 2.0
250 stars 29 forks source link

Fix expression ORM to ODM #88

Closed cocoa-maemae closed 3 years ago

cocoa-maemae commented 3 years ago

FireStore is document database, not relational database. So FireO should be explained as ODM(Object Document Mapper), not ORM(Object Relational Mapper). I fixed the explanation. Would you check them?

AxeemHaider commented 3 years ago

Yes it should be ODM but people mostly search ORM, less know about what ODM means. Most people come from SQL like databases. I think we have to go with ORM.