Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GhazTools/BlogUpdater

Repository files navigation

BlogUpdater (im not sure if this will be a service yet or a kafka consumer or just a script)

This project uses Alembic for database schema versioning, allowing for easy management of database migrations.

Managing Database Versioning with Alembic

Alembic is a lightweight database migration tool for use with SQLAlchemy. It provides command line tools for creating and managing scriptable database revisions.

Updating Database Versioning

To create a new migration script after modifying your SQLAlchemy models, run:

alembic revision --autogenerate -m "DESCRIPTION_HERE"

Then, when youcan apply the update using

alembic upgrade head

About

A service that connects to my obsidian plugin to publish and release blog posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /