tachybase_todo/packages/database/src/__tests__
ChengLei Shao 05ecb25d1b
feat: create nocobase app with simple & quickstart option (#87)
* feat: create nocobase app with simple & quickstart option

* chore: delete template file

* create-nocobase-app: add env API_PORT fallback

* chore: log

* env default fallback

* move config dir

* change has yarn

* chore: prettier

* fix: npm running issue

* database testing support sqlite

* once...

* chore: typo

* fix: sqlite test

* update readme

* feat: copy .env.example to .env at create-nocobase-app

* create-nocobase-app: change sqlite3 to github master

* create-nocobase-app: .env template

* create-nocobase-app: update .env

* chore: typo

* update README

* chore: Application constructor

* feat: sqlite demo data support

* fix test

* fix: application error

* chore: plugin-client run sql

* fix: application createCli

* fix: can choose whether to register actions

* chore: model compile error

* fix: support sqlite

* fix: demo data set index sequence on postgresql

* chore: code reduce

* fix: operators are compatible with sqlite

* add impor demo option to init command

* update env

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-10-18 12:49:37 +08:00
..
fields feat: create nocobase app with simple & quickstart option (#87) 2021-10-18 12:49:37 +08:00
model feat: create nocobase app with simple & quickstart option (#87) 2021-10-18 12:49:37 +08:00
tables feat: improve database.sync() 2021-01-14 10:35:15 +08:00
utils style: code formatting 2021-03-28 13:34:51 +08:00
associations.test.ts style: code formatting 2021-03-28 13:34:51 +08:00
database.test.ts style: code formatting 2021-03-28 13:34:51 +08:00
emitter.test.ts feat: improve code 2021-09-08 00:18:41 +08:00
hooks.test.ts feat: improve code 2021-09-08 00:18:41 +08:00
index.ts feat: create nocobase app with simple & quickstart option (#87) 2021-10-18 12:49:37 +08:00
op.test.ts feat: create nocobase app with simple & quickstart option (#87) 2021-10-18 12:49:37 +08:00
subfields.test.ts feat: add sub fields for the relation field 2020-12-16 10:17:30 +08:00
sync.test.ts test: refactor test in database and add more (#17) 2020-11-19 23:30:30 +08:00
tables.test.ts style: code formatting 2021-03-28 13:34:51 +08:00