DEV Community

Cover image for NestJS CODEX: auxiliaries for CRUD using Mongoose with transactions support
Petro Liashchynskyi
Petro Liashchynskyi

Posted on

1

NestJS CODEX: auxiliaries for CRUD using Mongoose with transactions support

I've been working with Nest for quite a long. Setting up base stuff such as CRUD services, etc. is a bit of exhausting. So I've created a project that can help you with that.

Repository provides a robust CRUD service using NestJS and Mongoose, designed to simplify the development of database interactions with built-in transaction support via Async Local Storage.

Features

  • CRUD Operations: Simplify create, read, update, and delete operations using Mongoose.
  • Transaction Management: Handle transactions smoothly and reliably in your services.
  • Async Local Storage: Utilize Async Local Storage for context management throughout the life of a request.

For more information please refer to https://github.com/liashchynskyi/nestjs-codex/

This post was originally posted on my blog - https://liashchynskyi.net/posts/nestjs-codex-auxiliaries-for-crud-using-mongoose-with-transactions-support

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay