typeorm
Here are 978 public repositories matching this topic...
-
Updated
Mar 9, 2020 - JavaScript
I have this model
class User {
name: string;
friends: User[];
}And I have created a crud controller to manage and get user without friends property.
To get friends of a user, I have added an "adding route" :
@Get(':id/friends')
@UseInterceptors(CrudRequestInterceptor)
async getFriends(@ParsedRequest() req: CrudRequest) {
return this.Is it possible to update the documentation with more detail for getting started? For example, it says to modify the ".env" file but doesn't list where it is and a file search for "*.env" returns nothing. The only one that seems to be present is /usr/lib/node_modules/@primecms/cli/template/_.env on CentOS7 which has jinja2 syntax for the database but doesn't seem to affect anything when changed and
Add more unit tests
Many of the controllers & services do not have tests written. These would be helpful to include as examples of how to handle testing.
When creating a new project, we get unnecessary warnings about the description, repository and license.
This could be removed.
-
Updated
Apr 8, 2020 - TypeScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
Documentation site
Need a documentation site - the README is large and still falling behind the existing functionality.
Requirements:
- Must be generated from md or mdx
- Hosted in this repo
Look at docz:
-
Updated
Jul 8, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
Jul 10, 2020 - TypeScript
-
Updated
Jul 9, 2020 - TypeScript
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
May 18, 2019 - TypeScript
-
Updated
Jun 28, 2020 - TypeScript
Issue type:
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[x] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
-
Updated
Jul 14, 2018 - TypeScript
Improve this page
Add a description, image, and links to the typeorm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typeorm topic, visit your repo's landing page and select "manage topics."

Issue type:
[x] question
[ ] bug report
[ ] feature request
[x] documentation issue
Database system/driver:
[ ]
cordova[x]
mongodb[ ]
mssql[ ]
mysql/mariadb[ ]
oracle[ ]
postgres[ ]
cockroachdb[ ]
sqlite[ ]
sqljs[ ]
react-native[ ]
expoTypeORM version:
[x]
latest[ ]
@next[ ]
0.x.x(or put your version here)