typeorm
Here are 817 public repositories matching this topic...
-
Updated
Mar 9, 2020 - JavaScript
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
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.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
May 25, 2020 - TypeScript
-
Updated
Mar 16, 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
May 24, 2020 - TypeScript
-
Updated
May 12, 2020 - TypeScript
-
Updated
May 25, 2020 - TypeScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
Apr 4, 2020 - TypeScript
-
Updated
May 24, 2020 - TypeScript
-
Updated
May 24, 2020 - TypeScript
-
Updated
Apr 30, 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
May 18, 2019 - TypeScript
-
Updated
Jul 14, 2018 - TypeScript
-
Updated
Apr 15, 2020 - TypeScript
I was going to build something just like this package when I stumbled across your reddit post sharing this. Thanks for putting this together!
Just brief spec/version information:
TypeORM: "0.2.17"
Postgres: "0.2.16"
Typeorm-loader: "0.0.1-0.5"
ApolloServer Express: "2.0.7"
GraphQL: "14.2.0"
Typescript: "3.3.4000"
I'm running into an issue when loading the nested relationships via
-
Updated
Oct 21, 2017 - 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)