Skip to content

SQLAlchemy and Alembic Support #130

Answered by RobertoPrevato
Red-Hammer asked this question in Q&A
Discussion options

You must be logged in to vote

For the record, and to better answer the original question, yes I am definitely going to prepare a library to integrate with SQLAlchemy. Integration with Alembic is not necessary in my opinion because the alembic CLI already provides everything needed to handle migrations, which by the way should be handled in CD pipelines and not by the application server - the application server shouldn't even have access to a connection string with sufficient privileges to run DB migrations in the first place! Side note: I am also working on a demo project that applies db migrations using GitHub Actions, see Venezia.

At a basic level, the integration with SQLAlchemy will enable the following:

  • configur…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@RobertoPrevato
Comment options

@Red-Hammer
Comment options

@RobertoPrevato
Comment options

Answer selected by RobertoPrevato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants