feat: add working with relational databases content (#1942)
* feat: add Set JavaScript content * feat: add knex content * feat: add typeorm content * feat: add sequelize content * feat: add prisma content Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2136/head^2
parent
615a021228
commit
35a9fbcb8a
3 changed files with 18 additions and 3 deletions
@ -1 +1,7 @@ |
||||
# Knex |
||||
# Knex |
||||
|
||||
Knex.js is a "batteries included" SQL query builder for PostgreSQL, CockroachDB, MSSQL, MySQL, MariaDB, SQLite3, Better-SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://knexjs.org'>Knex.js Docs</BadgeLink> |
||||
|
@ -1 +1,10 @@ |
||||
# Type orm |
||||
# TypeORM |
||||
|
||||
TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features and provide additional features that help you to develop any kind of application that uses databases - from small applications with a few tables to large scale enterprise applications with multiple databases. |
||||
|
||||
TypeORM supports both [Active Record](https://typeorm.io/active-record-data-mapper#what-is-the-active-record-pattern) and [Data Mapper](https://typeorm.io/active-record-data-mapper#what-is-the-data-mapper-pattern) patterns, unlike all other JavaScript ORMs currently in existence, which means you can write high quality, loosely coupled, scalable, maintainable applications the most productive way. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
|
||||
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://typeorm.io'>TypeORM Docs</BadgeLink> |
||||
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=JaTbzPcyiOE'>TypeORM Crash Course</BadgeLink> |
||||
|
Loading…
Reference in new issue