@prisma/studio-core 0.0.0-dev.202504301134 → 0.0.0-dev.202504301315
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/dist/{adapter-Dkdfzt2T.d.cts → adapter-BJtXh9Gf.d.cts} +0 -4
- package/dist/{adapter-Dkdfzt2T.d.ts → adapter-BJtXh9Gf.d.ts} +0 -4
- package/dist/chunk-TCZDODDW.js +1 -0
- package/dist/data/accelerate/index.d.cts +2 -2
- package/dist/data/accelerate/index.d.ts +2 -2
- package/dist/data/bff/index.d.cts +2 -2
- package/dist/data/bff/index.d.ts +2 -2
- package/dist/data/index.d.cts +2 -2
- package/dist/data/index.d.ts +2 -2
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +2 -2
- package/dist/data/pglite/index.d.ts +2 -2
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.d.cts +2 -8
- package/dist/data/postgres-core/index.d.ts +2 -8
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/{index-BdW64k25.d.cts → index-Dq8DiI_o.d.cts} +1 -1
- package/dist/{index-C7A_pCvW.d.ts → index-fE6YzF75.d.ts} +1 -1
- package/dist/ui/index.cjs +33 -33
- package/dist/ui/index.css +36 -12
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-RH33JWPP.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-
|
|
1
|
+
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-BJtXh9Gf.cjs';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-Dq8DiI_o.cjs';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
|
|
5
5
|
interface PostgresAdapterRequirements {
|
|
@@ -79,7 +79,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
79
79
|
columns: {
|
|
80
80
|
name: string;
|
|
81
81
|
datatype: string;
|
|
82
|
-
datatype_schema: string;
|
|
83
82
|
pk: boolean;
|
|
84
83
|
computed: boolean;
|
|
85
84
|
}[];
|
|
@@ -93,31 +92,26 @@ declare function mockTablesQuery(): [{
|
|
|
93
92
|
readonly columns: [{
|
|
94
93
|
readonly name: "id";
|
|
95
94
|
readonly datatype: "bigint";
|
|
96
|
-
readonly datatype_schema: "public";
|
|
97
95
|
readonly pk: true;
|
|
98
96
|
readonly computed: false;
|
|
99
97
|
}, {
|
|
100
98
|
readonly name: "name";
|
|
101
99
|
readonly datatype: "varchar";
|
|
102
|
-
readonly datatype_schema: "public";
|
|
103
100
|
readonly pk: false;
|
|
104
101
|
readonly computed: false;
|
|
105
102
|
}, {
|
|
106
103
|
readonly name: "role";
|
|
107
104
|
readonly datatype: "varchar";
|
|
108
|
-
readonly datatype_schema: "public";
|
|
109
105
|
readonly pk: false;
|
|
110
106
|
readonly computed: false;
|
|
111
107
|
}, {
|
|
112
108
|
readonly name: "created_at";
|
|
113
109
|
readonly datatype: "timestamptz";
|
|
114
|
-
readonly datatype_schema: "public";
|
|
115
110
|
readonly pk: false;
|
|
116
111
|
readonly computed: false;
|
|
117
112
|
}, {
|
|
118
113
|
readonly name: "deleted_at";
|
|
119
114
|
readonly datatype: "timestamptz";
|
|
120
|
-
readonly datatype_schema: "public";
|
|
121
115
|
readonly pk: false;
|
|
122
116
|
readonly computed: false;
|
|
123
117
|
}];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-
|
|
2
|
-
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-
|
|
1
|
+
import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-BJtXh9Gf.js';
|
|
2
|
+
import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-fE6YzF75.js';
|
|
3
3
|
import 'kysely';
|
|
4
4
|
|
|
5
5
|
interface PostgresAdapterRequirements {
|
|
@@ -79,7 +79,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
|
|
|
79
79
|
columns: {
|
|
80
80
|
name: string;
|
|
81
81
|
datatype: string;
|
|
82
|
-
datatype_schema: string;
|
|
83
82
|
pk: boolean;
|
|
84
83
|
computed: boolean;
|
|
85
84
|
}[];
|
|
@@ -93,31 +92,26 @@ declare function mockTablesQuery(): [{
|
|
|
93
92
|
readonly columns: [{
|
|
94
93
|
readonly name: "id";
|
|
95
94
|
readonly datatype: "bigint";
|
|
96
|
-
readonly datatype_schema: "public";
|
|
97
95
|
readonly pk: true;
|
|
98
96
|
readonly computed: false;
|
|
99
97
|
}, {
|
|
100
98
|
readonly name: "name";
|
|
101
99
|
readonly datatype: "varchar";
|
|
102
|
-
readonly datatype_schema: "public";
|
|
103
100
|
readonly pk: false;
|
|
104
101
|
readonly computed: false;
|
|
105
102
|
}, {
|
|
106
103
|
readonly name: "role";
|
|
107
104
|
readonly datatype: "varchar";
|
|
108
|
-
readonly datatype_schema: "public";
|
|
109
105
|
readonly pk: false;
|
|
110
106
|
readonly computed: false;
|
|
111
107
|
}, {
|
|
112
108
|
readonly name: "created_at";
|
|
113
109
|
readonly datatype: "timestamptz";
|
|
114
|
-
readonly datatype_schema: "public";
|
|
115
110
|
readonly pk: false;
|
|
116
111
|
readonly computed: false;
|
|
117
112
|
}, {
|
|
118
113
|
readonly name: "deleted_at";
|
|
119
114
|
readonly datatype: "timestamptz";
|
|
120
|
-
readonly datatype_schema: "public";
|
|
121
115
|
readonly pk: false;
|
|
122
116
|
readonly computed: false;
|
|
123
117
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-
|
|
1
|
+
import{a,b,c,d,e,f,g,h,i,j}from"../../chunk-TCZDODDW.js";import"../../chunk-RGBMDID6.js";import"../../chunk-BMVJYUJW.js";export{i as createPostgresAdapter,a as getInsertQuery,b as getSelectQuery,e as getTablesQuery,g as getTimezoneQuery,d as getUpdateQuery,j as mockIntrospect,c as mockSelectQuery,f as mockTablesQuery,h as mockTimezoneQuery};
|