Arc Forumnew | comments | leaders | submitlogin
2 points by hjek 2323 days ago | link | parent

You could use the Racket db interface,

https://docs.racket-lang.org/db/connect.html#%28def._%28%28l...

It may be easier to handle the db connection in a Racket module, and then import that module in Arc (because it may be a bit tricky to provide Racket-style keyword args within Arc).