davidhozic / discord-advertisement-framework

Automatic advertisements / shilling for Discord. GUI / Console, Multi-Accounts & More!

Home Page:http://daf.davidhozic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Enhancement:] SQLAlchemy 2.0 syntax

davidhozic opened this issue · comments

Summary

Update code to support 2.0 style syntax of SQLAlchemy.

Basic Example

ORMBase = declarative_base()
turns into
from sqlalchemy.orm import DeclarativeBase

Unresolved questions

No response