Software Alternatives, Accelerators & Startups

Side Project - Tode-CLI, A tool for scaffolding nodejs projects

Objection.js Knex.js
  1. Objection.
    Pricing:
    • Open Source
    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 https://vincit.github.io/objection.js/guide/relations.html public static relationMappings = () => ({ // specify relation with other modules }) }.

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

  2. SQL query builder for Postgres, MySQL, MariaDB, SQLite3, and Oracle
    Pricing:
    • Open Source
    Tode-CLI comes with an elegant ORM, objection.js, built on top of the famous query builder, knex.js. This makes interacting with databases a breeze when working with projects created by tode-cli.

    #Database Management #Database Tools #MySQL Tools 64 social mentions

Discuss: Side Project - Tode-CLI, A tool for scaffolding nodejs projects

Log in or Post with