Firestore ORM for python.
Project description
FireORM
The easiest way to use Firestore with python.
Instalation
pip install fireorm
Example
from fireorm.Models import Model
from fireorm.Fields import TextField
class Salesman(Model):
name = TextField()
company = TextField()
s = Salesman()
s.name = 'Jim'
s.save()
# Get Salesman
s = Salesman.collection.get(s.id)
print(s.name) # Jim
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fireorm-0.0.3.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
fireorm-0.0.3-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file fireorm-0.0.3.tar.gz.
File metadata
- Download URL: fireorm-0.0.3.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab6a001e4c7b1084c9affd83cd39d0a71a1631f478e184463e610c26f99b7ebd
|
|
| MD5 |
874fb5884387d6d67cfe670ac9ded47a
|
|
| BLAKE2b-256 |
142216e7a79feb51e7c41bf7cd36a90b6711d1a2b292060d5f9074f0aed986f0
|
File details
Details for the file fireorm-0.0.3-py3-none-any.whl.
File metadata
- Download URL: fireorm-0.0.3-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40d6992c922ea8544ade85f36113ad5475a6b4a3db4d3ad33e1fde53be8f2589
|
|
| MD5 |
ebb1a410497c791a785077b15c653b8a
|
|
| BLAKE2b-256 |
4e31d9b454ba67179beda43c6cdf2712d4b025739d4a56888cb218f9381da003
|