n8n-io/typeorm — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2026-06-24
Define a User entity class with decorators and let TypeORM create and manage the matching database table.
Run automatic migrations to keep your database schema in sync as your code changes.
Use transactions to safely group multiple database operations together.
| n8n-io/typeorm | antonp29/sylvasigner | devagrawal09/specter | |
|---|---|---|---|
| Stars | 26 | 26 | 26 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2026-06-24 | — | — |
| Maintenance | Active | — | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a running MySQL, PostgreSQL, MariaDB, or SQLite database to connect to.
An ORM fork for Node.js that lets you define database tables as TypeScript classes and handles SQL queries automatically, supporting MySQL, PostgreSQL, MariaDB, and SQLite.
Mainly TypeScript. The stack also includes TypeScript, Node.js, MySQL.
Active — commit in last 30 days (last push 2026-06-24).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.