db.py 70 Bytes
Newer Older
Timothy J. Baek's avatar
Timothy J. Baek committed
1
2
3
4
from peewee import *

DB = SqliteDatabase("./ollama.db")
DB.connect()