samcms
github.com/sam002/samcms ↗An experimental content management system built from first principles. Instead of an ORM sitting on top of a relational database, samcms pushes logic directly into the database layer using PostgreSQL stored procedures and a custom C extension.
The result is a CMS with minimal abstraction overhead — closer to how the database actually works, rather than how an ORM pretends it works.
Tech Stack:
- C
- PostgreSQL
- PHP