Billy Chan
b2185af559
Cleaning up dependency ( #1300 )
...
* Dependency version cleanup
* Update build tool
* Disable default features
* [cli] disable default features
2022-12-16 15:52:00 +08:00
Chris Tsang
3be41808e9
update examples
2022-11-14 15:08:25 +08:00
Chris Tsang
00b45e25c4
update examples
2022-11-06 21:03:40 +08:00
Billy Chan
ecf49b5155
update examples
2022-10-27 16:03:45 +08:00
Chris Tsang
13b53369e2
Prepare for 0.10.0
2022-08-20 22:47:31 +08:00
Chris Tsang
85a829924c
update examples
2022-08-20 14:06:55 +08:00
Billy Chan
43495de0aa
Fix clippy warnings - 1 ( #967 )
...
* Fix clippy warnings
* cargo fmt
* Fix clippy warnings
* cargo fmt
2022-08-12 20:02:53 +08:00
Chris Tsang
469770444c
update examples
2022-07-22 00:14:28 +08:00
Billy Chan
50f42075ab
Update deployment script to update example automatically ( #865 )
...
* Update deployment script
* update examples
* Split deployment scripts
* Fixup
* Typo
2022-07-12 12:02:24 +08:00
Billy Chan
c3db8f4b65
Examples: entity & application crate depends on SeaORM with minimum required features enabled ( #723 )
2022-05-14 13:24:39 +08:00
Billy Chan
cdd6c29845
Fixup
2022-05-10 12:06:49 +08:00
Billy Chan
498c0154ca
Restructure SeaORM migration
...
Bump codegen's sea-query version [cli]
Update CLI subcommand method
Move migration utility into sea-orm-migration
2022-05-09 12:30:55 +08:00
Billy Chan
904700cf56
Update examples
2022-04-06 19:39:42 +08:00
Billy Chan
0d473444ba
Update examples dependencies
2022-03-27 17:41:27 +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
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
Chris Tsang
09e2ac841a
Fix sea-orm dependency
2022-02-06 00:07:18 +08:00
Billy Chan
8eb095385d
Migration ( #335 )
...
* Refactor `ConnectionTrait`
* Refactoring
* Build index & foreign key statements
* Fix imports
* Fixup
* Rocket example with migration
* async-std compatible with the tokio 1.0 runtime
* Use reexported dependency
* Compile without selecting any db backend
* Updating sea-orm-cli dep
* sea-orm-cli migrate commands
* cargo fmt
* Test [cli]
* Refactoring
* Clap app name should be "sea-orm-cli"
* Correctly capture MIGRATION_DIR
* Rename README
* Add `sea-orm-cli migrate init` command
* Update README
* Try restructured sea-query dependency (SeaQL/sea-schema#41 )
* Set `DATABASE_URL` environment variable
2022-02-05 20:34:54 +08:00