You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore, it's more than just ORM. It implements validation, type checking, relational model logic and much more facilities.
Usage Example
classUser(Model):
name=TextField()
u=User()
u.name="Azeem Haider"u.save()
# Get useruser=User.collection.get(u.key)
print(user.name)
A modern and simplest convenient ORM package in Python. FireO is specifically designed for the Google's Firestore, it's more than just ORM. It implements validation, type checking, relational model logic and much more facilities.
Usage Example
Read More about FireO
Give and some good feedback and appreciate our work by giving stars on our project FireO
The text was updated successfully, but these errors were encountered: