SSQLDefaults
import type { SSQLDefaults } from "https://raw.githubusercontent.com/cybertim/SmallSQLiteORM/main/mod.ts";
Interface used to override the DEFAULT column type values
interface SSQLDefaults {
bool: boolean;
int: number;
str: string;
}import type { SSQLDefaults } from "https://raw.githubusercontent.com/cybertim/SmallSQLiteORM/main/mod.ts";
Interface used to override the DEFAULT column type values