Software Alternatives, Accelerators & Startups

Exploring the repository pattern with TypeScript and Node

Objection.js Nest.js
  1. Objection.
    Pricing:
    • Open Source
    Next, letโ€™s set up the database for our newly created Nest application. Iโ€™ll be using PostgreSQL, but you can use any of the databases Knex supports. To interact with our database, weโ€™ll be using Objection.js, which is an ORM for Node.js built on top Knex. For this tutorial, weโ€™ll be using Nest Objection, a Nest module for Objection.

    #Development #Web Frameworks #Application And Data 11 social mentions

  2. A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
    Pricing:
    • Open Source
    Like most design patterns, the repository pattern is language agnostic. With that in mind, Iโ€™ll be showing how to implement the repository with TypeScript and Node.js. For the purpose of demonstration, Iโ€™ll be using Nest, a Node.js framework.

    #Web Frameworks #Developer Tools #JavaScript Framework 225 social mentions

Discuss: Exploring the repository pattern with TypeScript and Node

Log in or Post with