|
|
|
|
|
by srcreigh
1637 days ago
|
|
Racket has a first class SQL query DSL. [0] With some kinda dynamic naming system, you could probably load SQLite table schemas at runtime and provide bindings to columns automatically. Or maybe that's best done once at the compile step. Either is possible with racket :-) [0]: https://docs.racket-lang.org/sql/index.html |
|