175 Commits

Author SHA1 Message Date
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
Zotov Dmitry
e174ebd40d Merge branch 'master' into crdb
# Conflicts:
#	package-lock.json
#	src/query-builder/DeleteQueryBuilder.ts
#	test/functional/query-builder/delete/query-builder-delete.ts
2019-02-21 12:39:56 +05:00
Arnav Gupta
02e3fd559d
add codecov badge 2019-02-21 01:29:38 +05:30
neminovno
cd266960b3
Update README: missing property in example model 2019-02-19 17:41:59 +01:00
Zotov Dmitry
d051626bc8 updated docs; 2019-02-15 18:20:40 +05:00
Yige
0d68f7ea16
Update README.md 2019-01-23 21:56:52 +08:00
abingoal
49fe94b77b 🔥 Restore the files that should not be modified 2019-01-18 15:05:13 +08:00
abingoal
5ca63460f7 📝 Restore the files that should not be modified 2019-01-18 14:55:19 +08:00
abingoal
1ee5680350 📝 translate doc into chinese and merge new docs 2019-01-18 12:10:23 +08:00
abingoal
c869a6567a 📝 udpate README.md 2019-01-10 14:24:33 +08:00
abingoal
e249face72 translate doc into chinese 2019-01-10 14:17:47 +08:00
Igor Ognichenko
7315fe6a88
Update README.md 2019-01-09 19:22:54 +02:00
Uladzimir Havenchyk
41741f32fc Remove gitter links 2018-12-06 23:01:48 +03:00
Dan Rollo
3b97f86417
typo: missing words, formating 2018-10-12 16:05:04 -04:00
Daniel Lang
d028c55332
Merge pull request #2818 from igrayson/patch-1
Update README.md
2018-10-06 15:25:43 +02:00
Tom Speak
34c72d783a Docs: Include link to slack group, fixes #2862 2018-09-28 18:54:28 +01:00
Ian Grayson
e0f5674dcd
Update README.md 2018-09-18 14:28:35 -07:00
komlow
a80f6dd6b8 Fix link in README. 2018-07-20 18:07:05 +09:00
Arnav Gupta
08be75d7d5
Merge branch 'master' into nativescript_support 2018-07-08 02:41:23 +05:30
Arnav Gupta
e89ee7c905 refactor docs into supported platforms
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
2018-07-07 01:47:44 +05:30
Jen Garcia
ae1d3f8456 Add Expo platform support to documentation 2018-07-04 15:46:19 -04:00
Arnav Gupta
6d66aceb6e update install instructions
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
2018-06-27 16:13:03 +05:30
Arnav Gupta
1c7942de8a driver install step
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
2018-06-26 01:50:54 +05:30
Arnav Gupta
5a98c2e7be typo fixes
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
2018-06-25 23:43:08 +05:30
Arnav Gupta
961d0fb5d5 add nativescript-sqlite support
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
2018-06-25 23:25:49 +05:30
Umed Khudoiberdiev
781967f663
Update README.md 2018-06-19 20:29:34 +05:00
Umed Khudoiberdiev
3758e3c49b
Update README.md 2018-06-19 19:50:02 +05:00
Umed Khudoiberdiev
a596aee384
Update README.md 2018-06-19 19:38:32 +05:00
Arnaud Benhamdine
bcc8652fcc
Fix bad ES version for async/await
Async/await have been standardized in ES2017 (aka ES8) not ES7
2018-06-06 23:14:39 +02:00
Umed Khudoiberdiev
394c7c139e fixed some mongodb method wrong signatures 2018-05-17 14:09:58 +05:00
Umed Khudoiberdiev
4490464327 updated readme 2018-04-19 17:09:17 +05:00
Umed Khudoiberdiev
0c0398167c added more links 2018-04-19 16:49:56 +05:00