Join Slack
Powered by
I’m interested in sqlite3 for the AST, but for a c...
# share-your-work
d
Dave Mason
08/12/2025, 3:35 PM
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
Robin Heggelund Hansen
08/12/2025, 3:51 PM
Here you go:
https://git.sr.ht/~robheghan/glogg
Robin Heggelund Hansen
08/12/2025, 3:52 PM
I’m still figuring things out though, so it’s partly a mess
d
Dave Mason
08/13/2025, 3:55 PM
Thanks. Looking at the code, if I read it correctly, you store the AST as a JSON object; correct?
r
Robin Heggelund Hansen
08/13/2025, 3:56 PM
No, it is stored as normalized relational data:
https://git.sr.ht/~robheghan/glogg/tree/main/item/src/schema.js
d
Dave Mason
08/13/2025, 6:26 PM
Ahh… perfect, thanks!
👍 1
2
Views
Open in Slack
Previous
Next