206 Commits

Author SHA1 Message Date
Sebastiaan Nijland
16c1841c18
docs: update incorrect link (#9431)
* docs: update incorrect link

The link to the vesper framework was incorrect - it now points to the repository on github, which does seems to be inactive but at least the link now works.

* docs: add accidentally removed div
2022-11-04 16:20:18 +05:00
Simon Garner
1903af741d
docs: add typeorm-relations to Extensions section (#9521) 2022-11-04 15:52:25 +05:00
Peter
9f8429f5eb
docs: extended extension section in README.md file (#8933) 2022-04-27 19:04:52 +05:00
AlexMesser
62518ae122
feat: Cloud Spanner support (#8730)
* working on Cloud Spanner driver implementation

* working on DDL synchronization

* working on DDL synchronization

* fixed failing test

* working on VIEW implementation

* fixed query parameters

* lint

* added transaction support;
added streaming support;

* fixed column types

* fixes after merge

* prettier

* added support for generated columns

* added escaping for distinct alias

* working on generated columns

* changed failing test

* updated tests for Spanner;
bugfixes;

* updated tests for Spanner;
bugfixes;

* updated tests for Spanner;
bugfixes;

* fixed failing test

* fixed failing test

* fixing failing tests

* fixing failing tests

* fixing failing tests

* added support for typeorm-generated uuid;
fixed caching;

* fixing failing tests

* fixing failing tests

* fixing failing tests

* fixing failing tests

* fixing failing tests

* fixing failing tests

* debugging failing test

* debugging failing test

* fixed bug in @PrimaryColumn decorator

* fixed failing tests

* fixed VIEW functionality;
fixed failing tests;

* updated docs
2022-04-12 17:31:57 +05:00
kevaLsabhany
dfd0585965
docs: update README.md (#8881)
Removed unnecessary import statements from code snippets.
2022-04-12 17:22:06 +05:00
Gilad S
7a20922929
docs: add typeorm-codebase-sync to the README.md file (#8847) 2022-04-04 19:46:04 +05:00
ByungJoon Lee
baa2f44f2d
docs: added "erdia" extension to readme (#8841)
* added "erdia" extension to readme
* Update README.md, README_ko.md
2022-04-02 20:29:49 +05:00
fedemahf
aa6b1891d6
docs: fix typo (#8838) 2022-04-02 20:26:38 +05:00
Umed Khudoiberdiev
c8fb1bbe21 working on the docs 2022-03-21 22:52:58 +05:00
Umed Khudoiberdiev
b53a481430 working on the docs 2022-03-21 22:39:48 +05:00
Gilad S
3a694dd3e9
feat: ESM support (#8536)
* feat: support importing TypeORM in esm projects

Closes: #6974
Closes: #6941

* bugfix: generate index.mjs directly out of commonjs exports

The new implementation generates ESM exports directly out of the commonjs exports, and provides a default export to maintain compatability with existing `import`s of the commonjs implementation

* feat: support loading ESM entity and connection config files

When TypeORM tries to load an entity file or a connection config file, it will determine what is the appropriate module system to use for the file and then `import` or `require` it as it sees fit.

Closes: #7516
Closes: #7159

* fix: adapt ImportUtils.importOrRequireFile tests to older version of nodejs

* fix: improved importOrRequireFile implementation

* feat: add solution to circular dependency issue in ESM projects

* docs: added FAQ regarding ESM projects

* chore: add `"type": "commonjs"` to package.json

* style

* docs: improve `ts-node` usage examples for CLI commands in ESM projects

* feat: add support for generating an ESM base project

* refactor: renamed `Related` type to `Relation`

* docs: added a section in the Getting Started guide regarding the `Relation` wrapper type in ESM projects

* docs: improved documentation of the `Relation` type

* docs: improved documentation of the `Relation` type

* docs: added ESM support to the list of TypeORM features
2022-01-31 14:25:58 +05:00
Umed Khudoiberdiev
ae858ad4bc
removed buggy david badge 2021-11-09 20:06:31 +05:00
modem7
179ae7534c
docs: update README.md (#8302)
Improving grammar of readme to better follow the rest of the readme file.
2021-10-26 16:37:09 +05:00
Itay Garin
cf281ef70c
docs: add link to react example (#8209) 2021-10-22 21:25:51 +05:00
Sagar Yadav
b6c828cc6c
docs: fix grammar issues in README (#8282)
Fixed some grammar mistakes
2021-10-18 13:46:04 -04:00
James Ward
e560706ece
chore: update slack invite link (#8126) 2021-08-28 11:17:24 -04:00
Sahibjot Saggu
01a038cbf9
docs: add correct MongoDB installation version (#8073) 2021-08-13 01:54:58 -04:00
Peter
33c912842c
docs: added "typeorm-extension" to readme (#7790)
* added typeorm-extension to readme

* Update README.md

Co-authored-by: AlexMesser <dmzt08@gmail.com>
2021-07-24 13:02:48 +05:00
gocpplua
84e66290e8
docs: NOT NULL constraint failed: photo.views (#7845)
Co-authored-by: chenqi <chenqi1@sensetime.com>
2021-07-21 20:09:40 +05:00
Fuh Austin
9bbdb01946
docs: remove many-to-one reference from the many-to-many` documentation (#7806) 2021-06-28 04:11:03 -04:00
Henry Boisdequin
8b72d798d2
refactor: improve README.md and DEVLOPER.md code examples formatting (#7436) 2021-03-05 17:29:00 +05:00
Marius Obert
f47b8773bf
docs: remove SAP registry (#7224)
This registry is deprecated now: <https://blogs.sap.com/2017/05/16/sap-npm-registry-launched-making-the-lives-of-node.js-developers-easier/>
2020-12-29 20:23:17 +05:00
ericcrosson-bitgo
f27622daf9
docs: fix grammatical error (#7133) 2020-12-02 20:24:16 +05:00
Eugene Manuilov
c4a36da625
docs: added typeorm-uml to the extensions list. (#7066) 2020-11-15 11:49:21 +05:00
Dr Nic Williams
3902fd1c9b
docs: photo.views/isPublished are required fields (#6970)
* photo.views is required field

In the many-to-many photos/albums example - photo.views is required field

* photo.isPublished must be provided

Fixes `null value in column "isPublished" violates not-null constraint`
2020-10-26 10:51:32 +05:00
Gaurav Sharma
e9f9e1cae6
docs: docker-compose generation option in typeorm init command (#6841) 2020-10-06 13:23:23 +05:00
Umed Khudoiberdiev
10b05a9210
removing gitads 2020-09-02 12:15:27 +05:00
James Ward
9750e3842c
doc: use CircleCI for CI badge (#6516)
* use CircleCI for CI badge

Updates the badge to point at CircleCI for the passing / failing status

* doc: use circleci badge in README (zh_CN)

* doc: use circleci badge in readme in docs (zh_CN)

* doc: use circleci badge under index in docs (zh_CN)
2020-08-07 13:55:13 +05:00
Alcides Augusto
0d6191b177
doc: change @types/node install to install in dev dependencies (#6485) 2020-08-02 19:32:46 +05:00
James Ward
1c52ccf150
chore: update slack invite link (#6447) 2020-07-24 20:08:25 +03:00
Umed Khudoiberdiev
5e47caf4bd
ads styling fixes 2020-07-24 19:22:25 +03:00
Umed Khudoiberdiev
feeb7d1cd7
Update README.md 2020-07-24 14:21:23 +03:00
Umed Khudoiberdiev
83eb25ef23
updated sponsors section 2020-07-24 14:19:57 +03:00
Umed Khudoiberdiev
9d82a45fad
added sponsors section 2020-07-24 12:10:33 +03:00
0xflotus
911ac9361f
docs: fixed small typo error (#6418) 2020-07-17 23:27:21 +03:00
0xflotus
9a887518f5
docs: fixed small error (#6258) 2020-07-03 00:58:58 +03:00
Umed Khudoiberdiev
fc7a4f13f6
added sap hana note 2020-06-22 19:28:20 +03:00
Giancarlos Isasi
defa9bced0
docs: fix undefined repository variable on docs (#6221)
The `repository` variable is not defined in the first Data Mapper pattern example
2020-06-07 12:32:15 +03:00
Elliot Lee
b7759196da
docs: you can explicitly specify a column type (#5492)
Per https://github.com/typeorm/typeorm/blob/master/docs/decorator-reference.md#column
2020-02-13 14:39:00 +05:00
Elliot Lee
bfa68a5f45
docs: clarify how cascade option works (#5502) 2020-02-13 14:36:15 +05:00
Bálint Száray
df8d3f39ea update docs 2020-01-27 09:59:17 +01:00
Umed Khudoiberdiev
ec9034125d
feat: SAP Hana support (#5246)
* basic impl

* finished basic table metadata queries;

* implemented data types;

* working on data types;

* added test for column length;

* working on indices

* working on query runner

* working on schema builder

* removed SAP HANA client from dependencies

* fixed SAP uuid

* working on falling tests;

* working on falling tests;

* added docker configuration for sap hana

* simplifying sample entity

* implemented pool;

* trying to add SAP Hana to Circle CI

* trying to add SAP Hana to Circle CI

* trying to add SAP Hana to Circle CI

* testing CircleCI config

* testing CircleCI config

* added sap tests for ci

* changed sap port

* ci experiments

* ci experiments

* removing ci, adding docs

* removing ci

* minor fixes;

* fixed falling test;

Co-authored-by: AlexMesser <dmzt08@gmail.com>
2019-12-23 19:35:54 +05:00
caleb xiang
014c7c352e docs: fix README link to docs (#5065) 2019-11-21 15:53:12 -08:00
caleb xiang
e42091e150 docs: README.md active-record-data-map link missing issue (#4928) 2019-10-19 18:07:37 +05:00
Davit Barbakadze
f79aec1efc docs: link Active Record and Data Mapper to appropriate writeup about both (#4801)
helps to quickly orientate newcomers and discover a precious explanation about ORM phylosphies
2019-10-18 16:39:06 +05:00
Eugene Sinitsyn
fdab1b107e docs: remove readme file executable rights (#4845) 2019-10-18 14:16:19 +05:00
Umed Khudoiberdiev
a3b2ee0c96
Update README.md 2019-09-27 19:10:23 +05:00
Humberto Villalpando
5e00e81626 chore: Update README.md
Added some links for nativescript examples with vue and angular
2019-07-31 16:47:36 +05:00
Loïc Poullain
4f479a348d
Update the TS compiler version to 3.3 or greater 2019-03-14 15:46:21 +01:00
AlexMesser
f7993a32f8
Merge pull request #3692 from typeorm/crdb
added support for CockroachDB;
2019-02-25 15:52:59 +05:00