#database ?
11 messages · Page 1 of 1 (latest)
No, you do not have network access
ok thanks
it wouldn't be something typst could do directly, but you could presumably use typst as a rust library and write something in rust that translates the results of DB queries into a format typst would handle
or using embeded python code ?
embedded python code would be sandboxed too
Hmm... ok
do you want to just retrieve data from a database, or update it too?
because it's the former I imagine you could just write something that outputs TOML and feed that to Typst
just get data. No updates.
I wonder if typst could do mysql for databases where read_only is set to true globally