From the HackerLinks archive

Ormin

A Nim ORM that parses SQL tables and compile-time checks queries.

At a glance:
First seen:2026-08-19
Last seen:2026-08-19
Times seen:1
Website:github.com

The short version

A Nim ORM that parses SQL tables and compile-time checks queries.

Why it caught our attention

A practitioner endorsed its SQL-first approach after frustrating experiences with conventional ORMs.

Where it surfaced on Hacker News

2026-08-19

I've been using Ormin [1] in Nim which works by parsing the SQL tables and uses it to compile time check queries:

elcritch · recommendation · first hand use

Direct HN comment

Rethinking Database Programming