Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Jun 9, 2021
1 parent 7122360 commit d43ffc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Royaume-Database
Database of Royaume related things. It is built with the ORM TypeORM. Each request to the database must follow an entity of this repo.
Database of Royaume related things. It is built with the [ORM](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping) [TypeORM](https://typeorm.io/#/). Each request to the database must follow an entity of this repo.

Entity pattern : [Active Record](https://typeorm.io/#/active-record-data-mapper)
Entity listener : [Entity Listener](https://typeorm.io/#/listeners-and-subscribers)

0 comments on commit d43ffc1

Please sign in to comment.