mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Added Web2py's pyDAL database ORM
Added pyDAL to ## ORM * Relational Databases section.
This commit is contained in:
parent
617222e213
commit
8439a7dd69
1 changed files with 1 additions and 0 deletions
|
@ -816,6 +816,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [awesome-sqlalchemy](https://github.com/dahlia/awesome-sqlalchemy)
|
||||
* [Peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
|
||||
* [PonyORM](https://ponyorm.com/) - ORM that provides a generator-oriented interface to SQL.
|
||||
* [pyDAL](https://github.com/web2py/pydal/) - A pure Python Database Abstraction Layer.
|
||||
* [python-sql](https://pypi.python.org/pypi/python-sql) - Write SQL queries pythonically.
|
||||
* NoSQL Databases
|
||||
* [django-mongodb-engine](https://github.com/django-nonrel/mongodb-engine) - Django MongoDB Backend.
|
||||
|
|
Loading…
Reference in a new issue