Back to News
Advertisement
Advertisement

Discussion (2 Comments)Read Original on HackerNews

DamienOSβ€’about 6 hours ago
Author here. GoLite translates a relational subset of Go directly into SQLite. It detects JOINs from nested loops, aggregations from map accumulations, and WHERE clauses from if conditions. Not an ORM – a different approach: use Go code as the source of truth, generate SQL at compile time. Looking for feedback!
pestatijeβ€’about 5 hours ago
wrong thread