Skip to content

FireO - Google cloud Firestore ORM package in python #103

@AxeemHaider

Description

@AxeemHaider

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

class User(Model):
    name = TextField()


u = User()
u.name = "Azeem Haider"
u.save()

# Get user
user = User.collection.get(u.key)
print(user.name)

Read More about FireO

Give and some good feedback and appreciate our work by giving stars on our project FireO

Metadata

Metadata

Labels

codingdailyhackThis issue belongs to dailyhack.xyz

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions