Python Datenbank?

1 Antwort

Dafür kannst du jede beliebige Datenbank hernehmen, die Key-Value-Paare unterstützt.

Zum Beispiel MongoDB mithilfe des pymongo Moduls:

https://www.mongodb.com/blog/post/getting-started-with-python-and-mongodb

https://www.w3schools.com/python/python_mongodb_getstarted.asp

Oder sqlitedict:

https://pypi.org/project/sqlitedict/

Du kannst natürlich auch eine relationale Datenbank, wie z.B. das eingebaute sqlite benutzen, müsstest deine Daten dann aber manuell aufteilen und einfügen.

Woher ich das weiß:Hobby – Programmieren ist mein Hobby & Beruf