Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new schema manager written in Rust #458

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

c410-f3r
Copy link

@c410-f3r c410-f3r commented Mar 5, 2025

wtx provides a flexible schema management system for PostgreSQL and MySQL.

Files are separated into logical groups where each entry should be named using a standard structure.

migrations
+-- 1__initial (Group)
    +-- 1__create_author.sql (Migration)
    +-- 2__create_post.sql (Migration)
+-- 2__fancy_stuff (Group)
    +-- 1__something_fancy.sql (Migration)
wtx.toml

Supports repeatable migrations, standalone CLI usage, conditional migrations and embedded deploys.

More information is available at https://c410-f3r.github.io/wtx/database-schema-manager/index.html.

@c410-f3r
Copy link
Author

@mgramin Let me know if I'm missing anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant