Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Objection.js

Objection.

Objection.js Reviews and details

Screenshots and images

  • Objection.js Landing page
    Landing page //
    2021-07-02

Badges

Promote Objection.js. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

✨🐘 08 - Setting up Objection.js for the Home Inventory App | Node.js, Express, Postgres

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Objection.js and what they use it for.
  • Top 6 ORMs for Modern Node.js App Development
    Objection.js is a SQL-friendly ORM for Node.js that supports various relational databases, including PostgreSQL, MySQL, and SQLite. It provides a flexible and expressive query builder. Objection.js is known for its expressive syntax, allowing developers to build complex queries easily. It supports eager loading, transactions, and migrations. - Source: dev.to / 7 months ago
  • Best ORM library?
    I don't think there's a best per say, but we did recently use Objection on our project. Did the job well, only issue is there's no constructor for the DB Models but it's just something you work around (https://vincit.github.io/objection.js/). Source: 12 months ago
  • Simple postgres 'ORM' for node project?
    If you aren't using TypeScript I'd very much recommend Objection.js, I've used it multiple times and no complaints so far. You can pass raw SQL queries to it as well so I'm sure it would be a good fit for your project! Source: over 1 year ago
  • Is it best practice to use classes with extends?
    You should look into Objection.js. IMHO using that will make your life much easier as it seems you are trying to reimplement it's features in this sample code. Source: over 1 year ago
  • Exploring the repository pattern with TypeScript and Node
    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. - Source: dev.to / over 1 year ago
  • an advise for a Node.js ORM other than Prisma
    Objection.js is a very good one https://vincit.github.io/objection.js/. Source: almost 2 years ago
  • Why Sveltekit
    After getting familiar with svelte, I started my project on Sapper, the predecessor of Sveltekit. Sapper was an easier take for me compared to the alternatives, and I enjoyed exploring js-land using a "non-express" node based framework. I also ventured into tailwind for the front-end UI, and Objection JS (a superset of Knex) for backend database access. I was in nirvana! - Source: dev.to / almost 2 years ago
  • Asynchronous ORM for Perl?
    In other words, I want something like Objection.js, but for Perl. Are there any options available? Source: almost 2 years ago
  • Side Project - Tode-CLI, A tool for scaffolding nodejs projects
    Import BaseModel from "../BaseMode"; Export class User extends BaseModel { // Name of table that this model maps back to // Table name is the only required property. public static tableName = 'ENTER_TABLE_NAME'; // Example property public foo!: string; // Add other table fields (columns) as properties to access them via the model // Define the relations to other models. // READ MORE at... - Source: dev.to / over 2 years ago
  • I used Typeorm in one of our projects and I have nothing but regrets
    And if you want an ORM, you can add Objection which uses knex:. Source: over 2 years ago
  • Are there any potential shortfalls I should be aware when using Knex only?
    Knex is a wonderful library, and as a query builder, it is very well thought out. Now I don't know how complex your project is or will eventually be, but in either case I cannot recommend Objection.js enough. Its incredibly flexible and unopinionated as far as ORMs go, and basically just an extension of knex. I would highly suggest using Objection if you plan on having at least a handful of models or plan on... Source: over 2 years ago

Do you know an article comparing Objection.js to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Objection.js discussion

Log in or Post with

This is an informative page about Objection.js. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.