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.2K GitHub stars and 138 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?
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
See all alternatives

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