arturo-lang / grafito

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
MIT License
145 stars 8 forks source link

Make use of json1 extension + General cleanup #7

Closed drkameleon closed 2 years ago

drkameleon commented 2 years ago

SQLite provides easy access to JSON-related features through its JSON1 extension.

We can definitely make some efficient use of its features, e.g. json_extract, etc which should also speed up performance.

Goals:

drkameleon commented 2 years ago

Ready to merge 🚀