DEV Community

Cover image for Typetta, the TypeScript ORM for type lovers
Mattia Minotti
Mattia Minotti

Posted on

Typetta, the TypeScript ORM for type lovers

I would like to introduce Typetta, an open-source ORM written in TypeScript that aims to allow seamless access to data in a typed fashion to MongoDB and all main SQL databases.

Following some of its unique features:

  • Plain GraphQL model definition
  • MongoDB full support, from embedded documents to full text search
  • Data access security policies
  • Completely type-safe
  • Mocking
  • Auditing
  • Multi-Tenancy

Please check it out, we are looking for feedbacks and contributors!

Find more info on Medium

Top comments (0)