1660 Commits

Author SHA1 Message Date
Lucas
cd6d3f7a19
add oura-postgres-sink to COMMUNITY.md (#594) 2022-03-12 15:03:54 +08:00
Chris Tsang
0a26dee674 Readme 2022-03-09 00:21:34 +08:00
Chris Tsang
0f0b482931 Readme 2022-03-09 00:14:33 +08:00
Billy Chan
4ee6eac313
CLI generate enum with numeric like variants 2022-03-08 17:50:01 +08:00
Billy Chan
f3a7a1398a
Merge branch 'master' into pulls/471 2022-03-07 15:52:12 +08:00
Chris Tsang
7b005f69b4 Changelog 2022-03-06 23:02:22 +08:00
Chris Tsang
db1e345f74 Changelog 2022-03-06 23:02:01 +08:00
Chris Tsang
27143a8ddc
Merge pull request #562 from SeaQL/exclude-mock-from-default
Exclude `mock` from default features
2022-03-06 22:57:28 +08:00
Chris Tsang
ccd0d97eb5
Merge pull request #471 from sebpuetz/send-streams
Add Send bound to streams.
2022-03-06 22:11:12 +08:00
Chris Tsang
6b33d67f7c
Merge pull request #463 from BenJeau/master
Codegen add serde derives to enums, if specified
2022-03-06 21:56:50 +08:00
Chris Tsang
025e697804
Update COMMUNITY.md 2022-03-06 20:37:55 +08:00
Yama-Tomo
a42dd5408b
Update COMMUNITY.md (#582) 2022-03-04 20:49:24 +08:00
GengTeng
f638ea30f9
Update COMMUNITY.md (#580) 2022-03-04 18:30:31 +08:00
koopa
e336b6f2bd
Update COMMUNITY.md (#574) 2022-03-03 22:04:06 +08:00
Billy Chan
ba14520c37
Update COMMUNITY.md 2022-03-03 15:07:13 +08:00
Ammon Smith
8968786ba4
Update Wikijump's entry. (#573) 2022-03-03 14:47:19 +08:00
gudaoxuri
e73a9ad2c1
Update COMMUNITY.md (#572)
Add tardis project.
2022-03-03 14:41:09 +08:00
Billy Chan
55cf33755d
Update COMMUNITY.md 2022-03-03 12:57:40 +08:00
Chris Tsang
6fe163dc02
Update COMMUNITY.md 2022-03-03 12:23:34 +08:00
Billy Chan
aa7ac40640
Update COMMUNITY.md 2022-03-03 12:17:56 +08:00
Chris Tsang
3d40f52141
Update COMMUNITY.md 2022-03-03 12:15:27 +08:00
Billy Chan
32cb855b65
Update COMMUNITY.md 2022-03-03 12:11:19 +08:00
Billy Chan
a69d214ed6
Update COMMUNITY.md 2022-03-03 11:30:12 +08:00
lz1998
2122e35c17
community: add axum-book-management (#564)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:26:57 +08:00
Aaron Leopold
2f6a5aaeb2
Update COMMUNITY.md (#565)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:25:49 +08:00
kanium
4088d96cc5
Update COMMUNITY.md (#566)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:24:41 +08:00
J.SH
eba0c50433
Add Backpack to project showcase (#567)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:23:41 +08:00
Yixin Shen
f4dbc97119
Update COMMUNITY.md (#568)
* Update COMMUNITY.md

* Update COMMUNITY.md

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:22:46 +08:00
Julius Riegel
f46733dd01
Add mediarepo to COMMUNITY.md (#569)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:20:32 +08:00
Naryan Dhillon
5e8db81d77
Update COMMUNITY.md (#570) 2022-03-03 11:18:20 +08:00
Ken-Miura
483de17da8
Describe default value of ActiveValue on document (#556) 2022-03-02 12:24:49 +08:00
Billy Chan
cdd188e561
Exclude mock from default features 2022-03-01 15:12:23 +08:00
Billy Chan
858953b478
cargo fmt 2022-02-17 15:44:40 +08:00
Chris Tsang
d9fcd2e882
Merge pull request #537 from tasn/patch-1
COMMUNITY: add a link to Svix to showcase
2022-02-17 10:38:06 +08:00
Tom Hacohen
ed8258b70b
Update COMMUNITY.md 2022-02-16 14:05:36 +02:00
Tom Hacohen
f2970dfe48
COMMUNITY: add a link to Svix to showcase 2022-02-16 14:02:08 +02:00
Billy Chan
56cf4ea662
Update README.md 2022-02-15 23:32:52 +08:00
Billy Chan
a2428658e9
Update README.md 2022-02-15 22:59:47 +08:00
Billy Chan
f418c4e580
Examples with migration (#509)
* Update examples sea-orm version

* Update example sea-schema version

* Update [cli] sea-schema version

* Fix [cli] cargo publish failed

* Update CHANGELOG

* Edit rocket example

* Poem example with migration

* Axum example with migration

* Refactoring

* Actix4 example with migration

* Actix example with migration

* Use sea_schema::migration::prelude
2022-02-09 11:45:04 +08:00
Chris Tsang
e9a460b47d Fix build error 2022-02-07 21:40:05 +08:00
Chris Tsang
54b1f4a226 Use caret requirements 2022-02-07 21:32:35 +08:00
Chris Tsang
ea0342af06 use sea_schema::migration::prelude 2022-02-07 21:28:06 +08:00
Chris Tsang
f8ab11d36a Use sea-schema 0.5.1 2022-02-07 21:27:22 +08:00
Billy Chan
27888339cf Update CHANGELOG 2022-02-07 20:55:16 +08:00
Billy Chan
0a06892aac Fix [cli] cargo publish failed 2022-02-07 20:55:16 +08:00
Billy Chan
cd98137ad0 Update examples sea-orm version
Update example sea-schema version

Update [cli] sea-schema version
2022-02-07 20:55:15 +08:00
Billy Chan
d541f9e6ec
Optimize GitHub actions 2022-02-07 10:39:14 +08:00
Chris Tsang
c2ee25a809 0.6.0 2022-02-07 00:22:43 +08:00
Chris Tsang
0c06831e1a sea-orm-macros 0.6.0 2022-02-07 00:11:22 +08:00
Chris Tsang
0e2ea839c2 sea-orm-cli 0.6.0 2022-02-07 00:10:52 +08:00