Typegoose logo

Typegoose

Define Mongoose models using TypeScript classes
7
5
+ 1
0

What is Typegoose?

Define Mongoose models using TypeScript classes.
Typegoose is a tool in the Database Tools category of a tech stack.
Typegoose is an open source tool with 2.3K GitHub stars and 139 GitHub forks. Here’s a link to Typegoose's open source repository on GitHub

Who uses Typegoose?

Companies
3 companies reportedly use Typegoose in their tech stacks, including Vindalia, m8a, and Smart Planner.

Developers
4 developers on StackShare have stated that they use Typegoose.

Typegoose Integrations

Decisions about Typegoose

Here are some stack decisions, common use cases and reviews by companies and developers who chose Typegoose in their tech stack.

REST API for SaaS application

I'm currently developing an Azure Functions REST API with TypeScript, tsoa, Mongoose, and Typegoose that contains simple CRUD activities. It does the job and has type-safety as well as the ability to generate OpenAPI specs for me.

However, as the app scales up, there are more duplicated codes (for similar operations - like CRUD in each different model). It's also becoming more complex because I need to implement a multi-tenancy SaaS for both the API and the database.

So I chose to implement a repository pattern, and I have a "feeling" that .NET and C# will make development easier because, unlike TypeScript, it includes native support for Dependency Injection and great things like LINQ.

It wouldn't take much effort to migrate because I can easily translate interfaces and basic CRUD operations to C#. So, I'm looking for advice on whether it's worth converting from TypeScript to.NET.

See more

Typegoose Alternatives & Comparisons

What are some alternatives to Typegoose?
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
PostgreSQL
PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
Amazon S3
Amazon Simple Storage Service provides a fully redundant data storage infrastructure for storing and retrieving any amount of data, at any time, from anywhere on the web
See all alternatives

Typegoose's Followers
5 developers follow Typegoose to keep up with related blogs and decisions.