mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
added ZODB
This commit is contained in:
parent
df57eff6a9
commit
dfbaacdacd
1 changed files with 6 additions and 0 deletions
|
@ -204,6 +204,12 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
|
||||||
* [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
|
* [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
|
||||||
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
|
||||||
|
|
||||||
|
## Databases
|
||||||
|
|
||||||
|
*Databases*
|
||||||
|
|
||||||
|
* [ZODB](http://www.zodb.org/) - a native object database for Python. A key-value and object graph database. Most transparent.
|
||||||
|
|
||||||
## Database Drivers
|
## Database Drivers
|
||||||
|
|
||||||
*Libraties for connecting and operating databases*
|
*Libraties for connecting and operating databases*
|
||||||
|
|
Loading…
Reference in a new issue