Skip to content

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

Notifications You must be signed in to change notification 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

Releases

No releases published

Packages

No packages published