refactor(database): 🚚 Move database ORM code to classes/database

The old directory, packages/database-interface, was confusingly named so it was better to move it here
This commit is contained in:
Jesse Wierzbinski 2024-10-24 16:28:38 +02:00
parent 120ba0fb81
commit e52e230ce3
No known key found for this signature in database
110 changed files with 165 additions and 165 deletions

View file

@ -8,10 +8,10 @@ import {
Ingest as SonicChannelIngest,
Search as SonicChannelSearch,
} from "sonic-channel";
import { Note } from "~/classes/database/note";
import { User } from "~/classes/database/user";
import { db } from "~/drizzle/db";
import { type Config, config } from "~/packages/config-manager";
import { Note } from "~/packages/database-interface/note";
import { User } from "~/packages/database-interface/user";
/**
* Enum for Sonic index types