@voltro/database 0.16.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +297 -0
- package/dist/index.d.ts +22 -1
- package/dist/index.js +178 -165
- package/dist/sql.d.ts +0 -6
- package/dist/sql.js +221 -221
- package/package.json +2 -2
package/dist/sql.d.ts
CHANGED
|
@@ -1073,12 +1073,6 @@ export declare interface IndexSnapshot {
|
|
|
1073
1073
|
readonly expression?: boolean;
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
-
export declare const _internalCmp: (name: string) => (a: {
|
|
1077
|
-
name: string;
|
|
1078
|
-
}, b: {
|
|
1079
|
-
name: string;
|
|
1080
|
-
}) => number;
|
|
1081
|
-
|
|
1082
1076
|
/**
|
|
1083
1077
|
* Read the current shape of the connected database. Dispatched per
|
|
1084
1078
|
* dialect; supports postgres only.
|