@prisma/studio-core 0.0.0-dev.202505011041 → 0.0.0-dev.202505011310

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, d as AdapterDeleteDetails } from '../../adapter-CcM-aqXZ.cjs';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-sTB0qn_S.cjs';
1
+ import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-B9MiXpUz.cjs';
2
+ import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-CWPK1srI.cjs';
3
3
  import * as kysely from 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -86,7 +86,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
86
86
  datatype_schema: string;
87
87
  pk: boolean;
88
88
  computed: boolean;
89
- notnull: boolean;
90
89
  options: string[];
91
90
  }[];
92
91
  }>;
@@ -103,7 +102,6 @@ declare function mockTablesQuery(): [{
103
102
  readonly pk: true;
104
103
  readonly computed: false;
105
104
  readonly options: [];
106
- readonly notnull: true;
107
105
  }, {
108
106
  readonly name: "name";
109
107
  readonly datatype: "varchar";
@@ -111,7 +109,6 @@ declare function mockTablesQuery(): [{
111
109
  readonly pk: false;
112
110
  readonly computed: false;
113
111
  readonly options: [];
114
- readonly notnull: true;
115
112
  }, {
116
113
  readonly name: "role";
117
114
  readonly datatype: "role";
@@ -119,7 +116,6 @@ declare function mockTablesQuery(): [{
119
116
  readonly pk: false;
120
117
  readonly computed: false;
121
118
  readonly options: ["admin", "maintainer", "member"];
122
- readonly notnull: true;
123
119
  }, {
124
120
  readonly name: "created_at";
125
121
  readonly datatype: "timestamptz";
@@ -127,7 +123,6 @@ declare function mockTablesQuery(): [{
127
123
  readonly pk: false;
128
124
  readonly computed: false;
129
125
  readonly options: [];
130
- readonly notnull: true;
131
126
  }, {
132
127
  readonly name: "deleted_at";
133
128
  readonly datatype: "timestamptz";
@@ -135,7 +130,6 @@ declare function mockTablesQuery(): [{
135
130
  readonly pk: false;
136
131
  readonly computed: false;
137
132
  readonly options: [];
138
- readonly notnull: true;
139
133
  }];
140
134
  }];
141
135
  /**
@@ -1,5 +1,5 @@
1
- import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-CcM-aqXZ.js';
2
- import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-CNZOC3Ts.js';
1
+ import { A as Adapter, T as Table, a as AdapterInsertDetails, b as AdapterQueryDetails, c as AdapterUpdateDetails, d as AdapterDeleteDetails } from '../../adapter-B9MiXpUz.js';
2
+ import { E as Executor, B as BuilderRequirements, Q as Query } from '../../index-BQXHy3Nu.js';
3
3
  import * as kysely from 'kysely';
4
4
 
5
5
  interface PostgresAdapterRequirements {
@@ -86,7 +86,6 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
86
86
  datatype_schema: string;
87
87
  pk: boolean;
88
88
  computed: boolean;
89
- notnull: boolean;
90
89
  options: string[];
91
90
  }[];
92
91
  }>;
@@ -103,7 +102,6 @@ declare function mockTablesQuery(): [{
103
102
  readonly pk: true;
104
103
  readonly computed: false;
105
104
  readonly options: [];
106
- readonly notnull: true;
107
105
  }, {
108
106
  readonly name: "name";
109
107
  readonly datatype: "varchar";
@@ -111,7 +109,6 @@ declare function mockTablesQuery(): [{
111
109
  readonly pk: false;
112
110
  readonly computed: false;
113
111
  readonly options: [];
114
- readonly notnull: true;
115
112
  }, {
116
113
  readonly name: "role";
117
114
  readonly datatype: "role";
@@ -119,7 +116,6 @@ declare function mockTablesQuery(): [{
119
116
  readonly pk: false;
120
117
  readonly computed: false;
121
118
  readonly options: ["admin", "maintainer", "member"];
122
- readonly notnull: true;
123
119
  }, {
124
120
  readonly name: "created_at";
125
121
  readonly datatype: "timestamptz";
@@ -127,7 +123,6 @@ declare function mockTablesQuery(): [{
127
123
  readonly pk: false;
128
124
  readonly computed: false;
129
125
  readonly options: [];
130
- readonly notnull: true;
131
126
  }, {
132
127
  readonly name: "deleted_at";
133
128
  readonly datatype: "timestamptz";
@@ -135,7 +130,6 @@ declare function mockTablesQuery(): [{
135
130
  readonly pk: false;
136
131
  readonly computed: false;
137
132
  readonly options: [];
138
- readonly notnull: true;
139
133
  }];
140
134
  }];
141
135
  /**
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-7GZTFXO4.js";import"../../chunk-GNXJUBVK.js";import"../../chunk-BMVJYUJW.js";export{j as createPostgresAdapter,e as getDeleteQuery,a as getInsertQuery,b as getSelectQuery,f as getTablesQuery,h as getTimezoneQuery,d as getUpdateQuery,k as mockIntrospect,c as mockSelectQuery,g as mockTablesQuery,i as mockTimezoneQuery};
1
+ import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-OF2BKSP4.js";import"../../chunk-GNXJUBVK.js";import"../../chunk-BMVJYUJW.js";export{j as createPostgresAdapter,e as getDeleteQuery,a as getInsertQuery,b as getSelectQuery,f as getTablesQuery,h as getTimezoneQuery,d as getUpdateQuery,k as mockIntrospect,c as mockSelectQuery,g as mockTablesQuery,i as mockTimezoneQuery};
@@ -1,4 +1,4 @@
1
- import { T as Table, E as Either } from './adapter-CcM-aqXZ.js';
1
+ import { T as Table, E as Either } from './adapter-B9MiXpUz.js';
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-CcM-aqXZ.cjs';
1
+ import { T as Table, E as Either } from './adapter-B9MiXpUz.cjs';
2
2
  import { WhereInterface, DialectAdapter, QueryCompiler } from 'kysely';
3
3
 
4
4
  interface BuilderRequirements {