A GDExtension providing a wrapper for the LevelDB library. Compatible with Godot 4.3+.
- The Godot team and all its contributors.
- Google and the developers that worked on LevelDB
- 2Shady4U from https://github.com/2shady4u/godot-sqlite for the GitHub Action scripts.
- Snapshots
- Batch operations
- Comparator functions
To compile the extension run scons platform=$PLATFORM target=$TARGET
, where $PLATFORM
is your target platform and $TARGET
your target build (debug or release), for example scons platform=linux target=template_debug
will compile the debug binaries for Linux systems.
To generate the documentation one must run the following command godot --doctool ../ --gdextension-docs
inside the demo folder, after compiling the extension. When editing the docs, you may need to delete the library binaries and recompile them for the documentation to update in the Godot editor.