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
|
1054d6451c
|
Use file!() macro to avoid manually defining the name of migration (#736)
* Add `DeriveMigrationName`
* CLI migrate generate without replacing migration name
* Update migrations
* Fixup
|
2022-06-29 00:42:59 +08:00 |
|
Billy Chan
|
8faabf4076
|
examples: Fix table identifier (#812)
|
2022-06-22 16:21:23 +08:00 |
|
Chris Tsang
|
4301383b40
|
Tweaks
|
2022-06-12 22:30:34 +08:00 |
|
Billy Chan
|
9b41f1c1b1
|
Migration shouldn't depends on symbol provided by entity crate (#785)
* Migration shouldn't depends on symbol provided by entity crate
* Add docs
|
2022-06-12 22:25:32 +08:00 |
|
Billy Chan
|
183639dc8c
|
Migration without depending on async-std (#758)
* Migration without depending on async-std runtime
* Update examples
* Fixup
|
2022-05-23 23:24:07 +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 |
|
Chris Tsang
|
6175166c79
|
Add jsonrpsee to example list
|
2022-04-03 22:16:05 +08:00 |
|
Billy Chan
|
0d473444ba
|
Update examples dependencies
|
2022-03-27 17:41:27 +08:00 |
|
Mike
|
290d2c5172
|
add example for integrate with jsonrpsee (#632)
* add example for integrate with jsonrpsee
* Update CI
|
2022-03-26 17:40:06 +08:00 |
|