Updates
This commit is contained in:
Vendored
+2
@@ -102,6 +102,8 @@ export declare const BUN_SQLITE_DATATYPES: readonly [{
|
||||
readonly value: "INTEGER";
|
||||
}, {
|
||||
readonly value: "BLOB";
|
||||
}, {
|
||||
readonly value: "REAL";
|
||||
}];
|
||||
export type BUN_SQLITE_FieldSchemaType = {
|
||||
id?: number | string;
|
||||
|
||||
Vendored
+1
@@ -29,6 +29,7 @@ export const BUN_SQLITE_DATATYPES = [
|
||||
{ value: "TEXT" },
|
||||
{ value: "INTEGER" },
|
||||
{ value: "BLOB" },
|
||||
{ value: "REAL" },
|
||||
];
|
||||
export const ServerQueryOperators = ["AND", "OR"];
|
||||
export const ServerQueryEqualities = [
|
||||
|
||||
Reference in New Issue
Block a user