189 Commits

Author SHA1 Message Date
Billy Chan
c9d1285b57
Hotfix 2021-07-26 13:02:02 +08:00
Billy Chan
52c36d1bc4
Update default features 2021-07-26 12:48:25 +08:00
Sam Samai
ef27c2bd57 Set sea-query to ~0.12.8 2021-07-25 21:45:08 +10:00
Sam Samai
6efb06d28b Merge branch 'master' into ss/test_suite
# Conflicts:
#	Cargo.toml
2021-07-25 20:41:42 +10:00
Billy Chan
1cdbcceddb
Testing different db on various async runtime (#53)
* Testing different db on various async runtime

* Test on various runtime

* No explicit cargo build step

* Cargo build with features

* Hotfix

* With actix_rt

* Only tests "runtime-async-std-native-tls" for now
2021-07-22 19:23:21 +08:00
Sam Samai
1d55df9c7b Merge branch 'master' into ss/test_suite
# Conflicts:
#	.github/workflows/rust.yml
#	Cargo.toml
2021-07-22 21:04:36 +10:00
Billy Chan
22516b8f68 Add Postgres db driver 2021-07-21 19:07:02 +08:00
Sam Samai
dfda079b77 Store baker contact details as Json and test 2021-07-21 15:36:53 +10:00
Sam Samai
c9833893c0 Column type can be Uuid 2021-07-20 16:28:38 +10:00
Sam Samai
47b70cfe6d Create serial field on cake which is UUID 2021-07-19 17:23:34 +10:00
Sam Samai
2e0f6df743 Merge branch 'master' into ss/test_suite
# Conflicts:
#	Cargo.toml
2021-07-14 09:12:55 +10:00
Sam Samai
82b63589d3 Try mysql adaptor 2021-07-13 10:04:44 +10:00
Billy Chan
a94224e0f2 Unit test sea-orm-codegen 2021-07-12 23:45:27 +08:00
Chris Tsang
40dd5e7da7 Fix build error from rust_decimal 2021-07-08 01:26:42 +08:00
Chris Tsang
82992aab61 Decimal support 2021-07-08 01:17:15 +08:00
Chris Tsang
53311d883b Docs 2021-07-03 15:23:58 +08:00
Chris Tsang
e40455e771 Use SeaQL/strum 2021-07-01 21:07:23 +08:00
Chris Tsang
2f456d972f Fix test 2021-07-01 21:00:41 +08:00
Billy Chan
059b732401 Depends on forked strum 2021-07-01 19:12:52 +08:00
Billy Chan
7bf79ae5bf Re-export strum_macros 2021-07-01 19:12:52 +08:00
Chris Tsang
87c8d0dc8d chrono support 2021-07-01 19:09:12 +08:00
Billy Chan
fa30519f99 sea-orm-cli read config from .env, update command, rename binary to sea-orm-cli 2021-06-26 21:46:10 +08:00
Chris Tsang
a60c2da701 Tag line 2021-06-22 02:47:26 +08:00
Chris Tsang
72408eedfc Fix GitHub Action 2021-06-20 23:22:15 +08:00
Chris Tsang
ec290156c5 SQLx SQLite support 2021-06-20 23:04:25 +08:00
Billy Chan
cab4b5a3f7
Codegen: Entity Generator (#23) 2021-06-19 19:47:59 +08:00
Chris Tsang
faffc518ae Mock test case 2021-06-13 23:38:21 +08:00
Chris Tsang
6b7ea75393 Mock Database Connection 2021-06-13 22:20:50 +08:00
Billy Chan
937af05003
Paginator API (#10)
* Paginator

* Remove unnecessary dependency, rename to num_pages

* Hotfix - nullable json value

* num_pages implemented on sub_query
2021-06-06 22:30:54 +08:00
Chris Tsang
eafb4a33d0 Readme 2021-06-05 15:23:22 +08:00
Chris Tsang
e66cfd1ab1 Inserter 2021-05-31 23:37:37 +08:00
Chris Tsang
97e6bb3433 Refactor JSON 2021-05-27 03:45:47 +08:00
Billy Chan
a7b96fee74
Serialize QueryResult 2021-05-26 23:31:49 +08:00
Chris Tsang
70a1559c60 Update sea-query dependency 2021-05-19 17:43:42 +08:00
Billy Chan
07b58551af
Add proc_macro 2021-05-17 16:59:34 +08:00
Chris Tsang
98b0e9df95 Example 2021-05-07 18:03:30 +08:00
Chris Tsang
9080d16c24 First unit test 2021-05-07 16:50:04 +08:00
Chris Tsang
6ffed93b46 DatabaseConnection 2021-05-07 15:09:07 +08:00
Chris Tsang
af4fb2ab7d Initial Commit 2021-05-07 03:35:46 +08:00