I’m interested in sqlite3 for the AST, but for a c...
# share-your-work
d
I’m interested in sqlite3 for the AST, but for a completely different language. Curious about the table structure. Any pointers or source links?
r
I’m still figuring things out though, so it’s partly a mess
d
Thanks. Looking at the code, if I read it correctly, you store the AST as a JSON object; correct?
r
No, it is stored as normalized relational data: https://git.sr.ht/~robheghan/glogg/tree/main/item/src/schema.js
d
Ahh… perfect, thanks!
👍 1