Hello everyone!
I'm currently evaluating backend databases for an upcoming project, and am particularly interessted in CouchDB (https://couchdb.apache.org/) and OrientDB (http://orientdb.org/). What would be the best way to connect to such a database from Godot? I found an unofficial driver for MongoDB (https://github.com/3ddelano/mongo-driver-godot), but had no luck for CouchDB or OrientDB.
Both databases do have .NET drivers, but I have not used C# in Godot yet. If there are no Godot specific drivers, would it be possible to use a .NET driver for database access while still using GDscript for the rest of the project? If so, would this have any noteworthy performance implications?
I would be really grateful for any suggestions and insight on how to connect to a CouchDB or OrientDB from Godot.
Thanks in advance on any input or suggestions you have on this topic!
Best regards,
Patrick