pipelinedb is not implemented in Python

This commit is contained in:
Stefane Fermigier 2018-03-18 18:14:23 +01:00 committed by GitHub
parent 6e92f2e01a
commit 7d2a98356c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,7 +375,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Databases implemented in Python.*
* [pickleDB](https://pythonhosted.org/pickleDB/) - A simple and lightweight key-value store for Python.
* [PipelineDB](https://www.pipelinedb.com/) - The Streaming SQL Database.
* [TinyDB](https://github.com/msiemens/tinydb) - A tiny, document-oriented database.
* [ZODB](http://www.zodb.org/en/latest/) - A native object database for Python. A key-value and object graph database.