Unverified Commit 2414a352 authored by Harshit Gupta's avatar Harshit Gupta Committed by GitHub
Browse files

Updates README.md

Adds a single one-line about the database module pyDatalog. This module can run logic queries on databases or Python objects, and use logic clauses to define python classes. It displays the final output in a well-formatted and tabulated form.
parent eb46fb3e
Pipeline #932 failed with stages
Showing with 1 addition and 0 deletions
+1 -0
......@@ -373,6 +373,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pickleDB](https://github.com/patx/pickledb) - A simple and lightweight key-value store for Python.
* [tinydb](https://github.com/msiemens/tinydb) - A tiny, document-oriented database.
* [ZODB](https://github.com/zopefoundation/ZODB) - A native object database for Python. A key-value and object graph database.
* [pyDatalog](https://pypi.org/project/pyDatalog/) - A logic programming paradigm to Python. More expressive, cleaner than SQL.
## Database Drivers
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment