Update README.md

This commit is contained in:
Andros Fenollosa 2022-11-13 17:05:21 +01:00 committed by GitHub
parent 8339419c46
commit dbc4f1156d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,11 @@ fiable_db.find_one(id=1) # Default table
# {"id": 1, "rev": 1, "data": {"name": "Miguel", "age": 41, "height": 189}}
```
## Implementations in other languages
- [Clojure](https://github.com/Toni-zgz/db_inmutable).
- [Haskell](https://github.com/FabianVegaA/SafeDB).
---
Thanks to the power of 🐍 Python 🐍