Skip to content

Releases: khairul169/gdsqlite-native

GDSQLite 1.3

10 Sep 14:00
Compare
Choose a tag to compare

Compiled from commit 9289ef9
Support Godot 3.0 - 3.0.6, Windows and Linux.
No support for Godot 3.1 alpha1 yet

Godot SQLite 1.2

22 Mar 16:58
Compare
Choose a tag to compare

Changes:

  • Method open_database renamed to open_db
  • Added new close(), loaded(), and last_insert_rowid() method.
  • Singleton usage for better usability
  • lib/sqlite.gdns moved to lib/gdsqlite/gdsqlite.gdns

Godot SQLite 1.1

22 Mar 04:54
Compare
Choose a tag to compare

OS supported:

  • Windows x64
  • Windows x86
  • Linux/X11 x64
  • Linux/X11 x86
  • Server x64

Engine version:
3.0.2 stable

Godot SQLite 1.1 Windows Only

22 Mar 03:24
Compare
Choose a tag to compare
  • Fix crash with Godot 3.0 stable and latest

Godot SQLite 1.0

04 Dec 14:29
Compare
Choose a tag to compare

First release of godot sqlite native module.
Only Linux 64-bit & Windows platform are available. For other platform, you can manually compile it yourself.