This repository has been archived on 2023-04-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CloudBot/plugins/dbtest.py
2014-03-06 11:45:00 +13:00

8 lines
No EOL
209 B
Python

from util import hook
from sqlalchemy import Table, Column, Integer, String, MetaData, ForeignKey
from sqlalchemy.orm import scoped_session, sessionmaker
@hook.command
def dbtest(inp, db=None):
print(db)