Addition of support for foreign keys
Download the demo-project and/or the necessary binaries below.
Godot version
Godot v3.2
Supported Operating systems:
- Mac OS X
- Linux
- Windows
What's new?
- Thanks to the kind contributions of @flomar , support for foreign keys has now been added.
- Again, thanks to @flomar , in-memory databases are now a possibility, as demonstrated in the example code, by setting the database path to ":memory:"
- Recompiled all binaries from scratch using the up-to-date Godot GDNative bindings.