[feat] Basic Hono+Drizzle Server
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { sqliteTable, text } from "drizzle-orm/sqlite-core";
|
||||
|
||||
export const metasTable = sqliteTable("metas", {
|
||||
key: text().primaryKey(),
|
||||
value: text(),
|
||||
});
|
||||
Reference in New Issue
Block a user