issues
search
iamsauravsharma
/
sqlx_migrator
SQLX migration using Rust insted of SQL
MIT License
26
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using `raw_sql` gives lifetime error
#38
SimenB
opened
4 hours ago
4
fix: plan was not determined correctly for virtual migration
#37
iamsauravsharma
closed
1 week ago
0
refactor!: for macro make migration name required do not generate fro…
#36
iamsauravsharma
closed
3 weeks ago
0
refactor!: remove support for state from operation
#35
iamsauravsharma
closed
3 weeks ago
0
feat: update sqlx to version 0.8.0
#34
iamsauravsharma
closed
2 months ago
3
refactor!: use consistent function order where connection is present
#33
iamsauravsharma
closed
6 months ago
0
feat: add support for virtual migration
#32
iamsauravsharma
closed
7 months ago
0
fix: handle replace and run before correctly
#31
iamsauravsharma
closed
7 months ago
0
feat: add support for state in up and down operation
#30
iamsauravsharma
closed
7 months ago
0
feat: add some macros for help in creation of migration and operation
#29
iamsauravsharma
closed
8 months ago
0
feat!: direcly provides MigrationCommand to create cli
#28
iamsauravsharma
closed
10 months ago
0
feat: support count for apply and revert
#27
iamsauravsharma
closed
1 year ago
0
feat: add support for destructible operation
#26
iamsauravsharma
closed
1 year ago
0
feat: ask before reverting migration on cli
#25
iamsauravsharma
closed
1 year ago
0
feat: add support for custom table name for migration table
#24
iamsauravsharma
closed
1 year ago
0
refactor: improve migrator struct and migrate trait
#23
iamsauravsharma
closed
1 year ago
0
chore: remove sqlx runtime and tls selection from features
#22
iamsauravsharma
closed
1 year ago
0
Mysql does not release lock after "revert_all"
#21
shandak
closed
1 year ago
2
feat: support sqlx version 0.7
#20
iamsauravsharma
closed
1 year ago
0
fix: database lock not unlocking after running migration
#19
iamsauravsharma
closed
1 year ago
0
refactor: split migrator file to different file
#18
iamsauravsharma
closed
1 year ago
0
Let to use different table name
#17
shandak
closed
1 year ago
13
ci: remove bors-ng
#16
iamsauravsharma
closed
1 year ago
0
ci: update bors and example required features
#15
iamsauravsharma
closed
1 year ago
4
ci: add test for postgres, mysql and sqlite
#14
iamsauravsharma
closed
1 year ago
8
fix: mysql error while running migration
#13
iamsauravsharma
closed
1 year ago
2
Error "Unknown column '$1' in 'field list'" when try to run migrator for mysql
#12
shandak
closed
1 year ago
5
refactor: split one single migratortrait to multiple trait
#11
iamsauravsharma
closed
1 year ago
2
feat: lock database before running migrations
#10
iamsauravsharma
closed
1 year ago
2
fix: example in README used FirstMigrationTrait instead of FirstMigration
#9
nguiard
closed
1 year ago
0
refactor: rename cli arguments
#8
iamsauravsharma
closed
1 year ago
2
feat: support Any database for postgres,mysql and sqlite
#7
iamsauravsharma
closed
1 year ago
4
feat: add mysql database support
#6
iamsauravsharma
closed
1 year ago
6
refactor(BREAKING): implement generic trait instead of trait with type
#5
iamsauravsharma
closed
2 years ago
4
feat: add support to run partial apply and revert migrations
#4
iamsauravsharma
closed
2 years ago
4
feat: show applied time and id while listing migration through cli
#3
iamsauravsharma
closed
2 years ago
4
feat: update clap to version 4
#2
iamsauravsharma
closed
2 years ago
2
ci: add github actions
#1
iamsauravsharma
closed
2 years ago
4