models

A tool for automated migrations for PostgreSQL, SQLite and MySQL. (by tvallotton)

Models Alternatives

Similar projects and alternatives to models based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better models alternative or higher similarity.

models reviews and mentions

Posts with mentions or reviews of models. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-21.
  • Automated migrations for Rust
    2 projects | /r/rust | 21 Sep 2021
    For Postgres and Mysql I only do a move if the user changed the type of a column. However, I'm not sure if this is absolutely necessary. I may revisit that, as I don't want to generate unnecessary moves. For Sqlite3, moves are necessary if the user wants to either delete a column, delete a constraint or add a constraint, as it doesn't support those statements. The program should create a table called temp, move all the rows to the new table, and then rename it. I'm not so proud of the code as it is right now though. I think it can still be a little clearer, but in line 203 of get_changes.rs you can see the point at which is determined if a move to a temporary table occurs.

Stats

Basic models repo stats
2
50
0.0
about 2 years ago

tvallotton/models is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of models is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com