grafeo 0.5.33
grafeo: ^0.5.33 copied to clipboard
High-performance embeddable graph database with GQL support. Dart bindings for grafeo-c via dart:ffi.
Changelog #
0.5.33 #
- Version bump to match workspace release
0.5.32 #
- Version bump to match workspace release
0.5.31 #
- Version bump to match workspace release
0.5.30 #
- Version bump to match workspace release
0.5.29 #
- Version bump to match workspace release
0.5.28 #
- Version bump to match workspace release
0.5.27 #
- Version bump to match workspace release
0.5.26 #
- Version bump to match workspace release
0.5.25 #
- Version bump to match workspace release
0.5.24 #
- Version bump to match workspace release
0.5.23 #
- Version bump to match workspace release
0.5.22 #
- Version bump to match workspace release
0.5.21 #
- Initial release of Dart FFI bindings for Grafeo
- Full API: GQL query execution, parameterized queries, ACID transactions, typed node/edge CRUD, vector search (k-NN + MMR)
NativeFinalizerfor automatic native resource cleanup- Sealed exception hierarchy matching C status codes
- Based on community contribution by @CorvusYe (PR #138)