|
|
@@ -3,7 +3,7 @@ from __future__ import annotations |
|
|
|
import os |
|
|
|
from typing import TypedDict |
|
|
|
|
|
|
|
from eloquent import DatabaseManager, Model # type: ignore |
|
|
|
from eloquent import DatabaseManager, Model |
|
|
|
|
|
|
|
CONFIG: dict[str, DbConfig] = { 'mysql': { 'driver': 'mysql', |
|
|
|
'host': 'localhost', |
|
|
|