@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.
@@ -1,5 +1,5 @@
1
- import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails } from '../../adapter-Dkdfzt2T.cjs';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-BdW64k25.cjs';
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-Dkdfzt2T.js';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-C7A_pCvW.js';
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-RH33JWPP.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};
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};
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-Dkdfzt2T.cjs';
1
+ import { T as Table, E as Either } from './adapter-BJtXh9Gf.cjs';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-Dkdfzt2T.js';
1
+ import { T as Table, E as Either } from './adapter-BJtXh9Gf.js';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {