@prisma/studio-core 0.0.0-dev.202505010952 → 0.0.0-dev.202505011022

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