19 Commits

Author SHA1 Message Date
Mustapha Yusuff
1c09dc31f3
docs: replace body-parser with express built-in parser (#6257)
JSON body parser is now built-in by default (>4.16.0), hence no need for body-parser
2020-07-03 01:00:26 +03:00
JP Bulman
d7256c710e
docs: updated link to TS node (#6090)
Previous URL returns a 404
2020-05-19 02:57:17 +03:00
Mike Guida
1302cb90ce docs: don't await .merge in example with express (#4860) 2019-10-07 19:38:19 +05:00
Thomas Gieling
587d5344a1 use remove in stead of delete (#4574)
the `remove` method requires the entity itself as input. To remove a record based on it's id, you need to use `delete`
2019-09-05 20:37:43 +05:00
CJ R
81537220dd Fixing a few bugs in the express example (#1970)
* express example - Add synchronize option to config

* express example - Update user entity import

* express example - Update routes to respond with json

* express example - add async to put function
2019-06-05 13:56:05 +02:00
Gabrijel Škoro
fd271c9526
Update example-with-express.md
The example is not working so I assumed users would not notice it at the first :)
2019-06-03 15:47:46 +02:00
Johannes Schobel
d8907ce398 fixing typos in the EN docs 2019-03-02 12:30:13 +01:00
Umed Khudoiberdiev
d52c957a11
Update example-with-express.md 2019-02-28 02:50:28 +05:00
Yih Yang
ee6090d120 updated documentation 2019-02-28 00:40:47 +08:00
Vladimir Poluch
d6408bf231 docs(express): small correction of express example 2018-12-25 22:31:01 +01:00
Umed Khudoiberdiev
8ef1695311 Merge branch 'master' into next
* master: (57 commits)
  update typescript to 2.7
  removing repeat types at postgres and sqlite
  Prevent transforms breaking on datetime types (closes #1140)
  fixing repeating column types for mysql / mariadb
  loose -> lose
  loose -> loss
  loose -> lose
  Updated the hidden column to reflect the query
  version bump
  Fix typo in connection-options.md
  Fixed typo in mongodb.md
  Update support.md
  Update support.md
  Update roadmap.md
  Update decorator-reference.md
  Update faq.md
  Update sequelize-migration.md
  Update example-with-express.md
  Update active-record-data-mapper.md
  Update using-cli.md
  ...

# Conflicts:
#	CHANGELOG.md
#	README.md
#	docs/relations.md
#	docs/roadmap.md
#	docs/tree-entities.md
#	package-lock.json
#	package.json
#	src/query-builder/UpdateQueryBuilder.ts
#	test/functional/entity-metadata-validator/basic/entity-metadata-validator.ts
#	test/functional/sqljs/auto-save.ts
2018-02-06 12:17:33 +05:00
Matt Neal
35a6844095
Update example-with-express.md
Grammatical and punctuation changes to improve readability and bring formatting in line with other documentation.
2018-01-29 18:07:34 -05:00
Umed Khudoiberdiev
b0c37d67f4 refactoring persistence 2017-10-31 10:51:33 +05:00
Daniel Lang
8714a84e01 docs: spelling and general improvements (part 3) 2017-10-03 21:46:55 +02:00
Umed Khudoiberdiev
e8f4cff422 improving docs 2017-10-03 17:36:46 +05:00
Umed Khudoiberdiev
b4c8e3be1e updated docs, getting ready for 0.1.0 release 2017-10-03 15:35:09 +05:00
Umed Khudoiberdiev
51945b81df added query builder docs 2017-08-30 17:23:16 +05:00
Umed Khudoiberdiev
0e1e7f4712 added example with express docs 2017-08-19 09:28:15 +05:00
Umed Khudoiberdiev
ecf4b24b2c added docs 2017-07-27 18:08:15 +05:00