mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
update & fix typing, updated examples
This commit is contained in:
@@ -5,6 +5,9 @@ import type { Generated } from "kysely";
|
||||
|
||||
export type PrimaryFieldType = number | Generated<number>;
|
||||
|
||||
// biome-ignore lint/suspicious/noEmptyInterface: <explanation>
|
||||
export interface DB {}
|
||||
|
||||
export const config = {
|
||||
data: {
|
||||
default_primary_field: "id"
|
||||
|
||||
Reference in New Issue
Block a user