6 pointsby rbanffy4 hours ago1 comment
  • DamienOS4 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!