
New way to store data, smart query constructor, concise syntax
Documentation: https://epurelib.github.io/latest/
Source Code: https://github.com/nagvalhm/epure
PyPI: https://pypi.org/project/epure/
Epure is python type-hints based ORM - you can store and retrieve data having no idea about database, table and columns.
All technical details hidden from you. Care only about your business logic 🤑.
Key features:
- Convenient: Many useful and intuitive tools, like Elist, Eset, JoinResource and many more
- Fast: Create tables based on your classes in no time
- Concise: Encourages efficient building of flexible and smart queries
- Simple, yet powerful: Simple for novice, powerful for expert
Please refer to our official documentation!
https://epurelib.github.io/latest/