Hey HN, this is my first post! For the last few months I have been creating a free and open-source ORM for Typescript and PostgreSQL: ts-pg-orm.<p>It's fully type-enforced and has support for complex queries, with auto-complete at every opportunity.<p>It's still quite early and mostly has been a hobby so far to learn about the deeply complex side of Typescript and to provide easy persistence for my own projects (it probably won't be big and professional like Prisma for a while).