Skip to content

Addition of support for foreign keys

Compare
Choose a tag to compare
@2shady4u 2shady4u released this 09 Feb 22:23
· 361 commits to master since this release

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.