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 |
|
Charles Chege
|
817e9bdd23
|
Documetation for the executor module
|
2021-10-29 10:38:55 +03:00 |
|
Chris Tsang
|
069040be8b
|
Tweak lifetime
|
2021-10-12 15:07:25 +08:00 |
|
Chris Tsang
|
e7b822c65d
|
cargo fmt
|
2021-10-04 11:44:02 +08:00 |
|
Marco Napetti
|
02ebc9745c
|
Transaction 3
|
2021-10-04 11:39:16 +08:00 |
|
Billy Chan
|
e83cc63e3a
|
Replacing Syntax & *BuilderBackend with DatabaseBackend
|
2021-07-16 00:28:03 +08:00 |
|
Chris Tsang
|
6ff5a32b7a
|
cargo fmt
|
2021-07-11 22:08:37 +08:00 |
|
Chris Tsang
|
0298cfb6af
|
Rename to DbErr
|
2021-06-30 21:17:23 +08:00 |
|
Billy Chan
|
2a1173c174
|
Add & use OrmError (#36)
* Add & use OrmError
* Rename to SeaErr
|
2021-06-30 21:08:41 +08:00 |
|
Chris Tsang
|
5002c62b40
|
Use DatabaseConnection in place of Database
|
2021-06-19 17:28:07 +08:00 |
|
Chris Tsang
|
041d28aa26
|
Refactor
|
2021-06-19 16:56:53 +08:00 |
|
Chris Tsang
|
6b7ea75393
|
Mock Database Connection
|
2021-06-13 22:20:50 +08:00 |
|
Chris Tsang
|
c7057ab964
|
Organize code
|
2021-06-12 17:12:18 +08:00 |
|