taon-type-sql 21.0.2 → 21.0.6
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/browser/fesm2022/{taon-type-sql.mjs → taon-type-sql-browser.mjs} +1 -1
- package/browser/fesm2022/taon-type-sql-browser.mjs.map +1 -0
- package/browser/package.json +1 -1
- package/browser/types/taon-type-sql-browser.d.ts +254 -0
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/package.json +1 -1
- package/tmp-environment.json +4 -8
- package/websql/fesm2022/{taon-type-sql.mjs → taon-type-sql-websql.mjs} +1 -1
- package/websql/fesm2022/taon-type-sql-websql.mjs.map +1 -0
- package/websql/package.json +1 -1
- package/websql/types/taon-type-sql-websql.d.ts +254 -0
- package/browser/fesm2022/taon-type-sql.mjs.map +0 -1
- package/browser/index.d.ts +0 -6
- package/browser/lib/builder/column/basic-column.d.ts +0 -9
- package/browser/lib/builder/column/boolean-column.d.ts +0 -10
- package/browser/lib/builder/column/comparable-column.d.ts +0 -19
- package/browser/lib/builder/column/date-column.d.ts +0 -10
- package/browser/lib/builder/column/number-column.d.ts +0 -11
- package/browser/lib/builder/column/query-column.d.ts +0 -19
- package/browser/lib/builder/column/string-column.d.ts +0 -18
- package/browser/lib/builder/column/value-column.d.ts +0 -16
- package/browser/lib/builder/condition/query-column-condition.d.ts +0 -14
- package/browser/lib/builder/condition/query-condition-chain.d.ts +0 -18
- package/browser/lib/builder/condition/query-condition.d.ts +0 -8
- package/browser/lib/builder/condition/query-join-condition.d.ts +0 -13
- package/browser/lib/builder/helpers/generics-helper.d.ts +0 -3
- package/browser/lib/builder/helpers/internal-types.d.ts +0 -16
- package/browser/lib/builder/join/joined-tables-chain.d.ts +0 -12
- package/browser/lib/builder/join/joined-tables.d.ts +0 -13
- package/browser/lib/builder/other/query-ordering.d.ts +0 -11
- package/browser/lib/builder/query/select-query.d.ts +0 -30
- package/browser/lib/builder/query/table-condition-query.d.ts +0 -17
- package/browser/lib/builder/query/table-query.d.ts +0 -24
- package/browser/lib/builder/query-source.d.ts +0 -15
- package/browser/lib/builder/query-table.d.ts +0 -16
- package/browser/lib/client/mysql.d.ts +0 -6
- package/browser/lib/client/query-processor.d.ts +0 -11
- package/browser/lib/converter/param-converter.d.ts +0 -3
- package/browser/lib/converter/parameterized-converter.d.ts +0 -6
- package/browser/lib/converter/query-converter.d.ts +0 -3
- package/browser/lib/converter/result-converter.d.ts +0 -3
- package/browser/lib/converter/sql-converter.d.ts +0 -3
- package/browser/lib/converter/type-converter.d.ts +0 -5
- package/browser/lib/converter/types.d.ts +0 -6
- package/browser/lib/index.d.ts +0 -26
- package/browser/public-api.d.ts +0 -2
- package/websql/fesm2022/taon-type-sql.mjs.map +0 -1
- package/websql/index.d.ts +0 -6
- package/websql/lib/builder/column/basic-column.d.ts +0 -9
- package/websql/lib/builder/column/boolean-column.d.ts +0 -10
- package/websql/lib/builder/column/comparable-column.d.ts +0 -19
- package/websql/lib/builder/column/date-column.d.ts +0 -10
- package/websql/lib/builder/column/number-column.d.ts +0 -11
- package/websql/lib/builder/column/query-column.d.ts +0 -19
- package/websql/lib/builder/column/string-column.d.ts +0 -18
- package/websql/lib/builder/column/value-column.d.ts +0 -16
- package/websql/lib/builder/condition/query-column-condition.d.ts +0 -14
- package/websql/lib/builder/condition/query-condition-chain.d.ts +0 -18
- package/websql/lib/builder/condition/query-condition.d.ts +0 -8
- package/websql/lib/builder/condition/query-join-condition.d.ts +0 -13
- package/websql/lib/builder/helpers/generics-helper.d.ts +0 -3
- package/websql/lib/builder/helpers/internal-types.d.ts +0 -16
- package/websql/lib/builder/join/joined-tables-chain.d.ts +0 -12
- package/websql/lib/builder/join/joined-tables.d.ts +0 -13
- package/websql/lib/builder/other/query-ordering.d.ts +0 -11
- package/websql/lib/builder/query/select-query.d.ts +0 -30
- package/websql/lib/builder/query/table-condition-query.d.ts +0 -17
- package/websql/lib/builder/query/table-query.d.ts +0 -24
- package/websql/lib/builder/query-source.d.ts +0 -15
- package/websql/lib/builder/query-table.d.ts +0 -16
- package/websql/lib/client/mysql.d.ts +0 -6
- package/websql/lib/client/query-processor.d.ts +0 -11
- package/websql/lib/converter/param-converter.d.ts +0 -3
- package/websql/lib/converter/parameterized-converter.d.ts +0 -6
- package/websql/lib/converter/query-converter.d.ts +0 -3
- package/websql/lib/converter/result-converter.d.ts +0 -3
- package/websql/lib/converter/sql-converter.d.ts +0 -3
- package/websql/lib/converter/type-converter.d.ts +0 -5
- package/websql/lib/converter/types.d.ts +0 -6
- package/websql/lib/index.d.ts +0 -26
- package/websql/public-api.d.ts +0 -2
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
import { QueryEngine } from '../converter/types';
|
|
3
|
-
import { QueryProcessor } from '../builder/helpers/internal-types';
|
|
4
|
-
export interface QueryProcessorOptions {
|
|
5
|
-
lineBreaks?: boolean;
|
|
6
|
-
parameterized?: boolean;
|
|
7
|
-
logging?: boolean;
|
|
8
|
-
logger?: (sql: string, params?: any[]) => void;
|
|
9
|
-
identifierQuote?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare function createQueryProcessor(client: any, _options?: QueryProcessorOptions, engine?: QueryEngine): QueryProcessor;
|
package/websql/lib/index.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
export { default as BasicColumn } from './builder/column/basic-column';
|
|
3
|
-
export { default as BooleanColumn } from './builder/column/boolean-column';
|
|
4
|
-
export { default as ComparableColumn } from './builder/column/comparable-column';
|
|
5
|
-
export { default as DateColumn } from './builder/column/date-column';
|
|
6
|
-
export { default as NumberColumn } from './builder/column/number-column';
|
|
7
|
-
export { default as QueryColumn } from './builder/column/query-column';
|
|
8
|
-
export { default as StringColumn } from './builder/column/string-column';
|
|
9
|
-
export { default as ValueColumn } from './builder/column/value-column';
|
|
10
|
-
export { default as QueryColumnCondition } from './builder/condition/query-column-condition';
|
|
11
|
-
export { default as QueryCondition } from './builder/condition/query-condition';
|
|
12
|
-
export { default as QueryConditionChain } from './builder/condition/query-condition-chain';
|
|
13
|
-
export { default as QueryJoinCondition } from './builder/condition/query-join-condition';
|
|
14
|
-
export { default as JoinedTables } from './builder/join/joined-tables';
|
|
15
|
-
export { default as JoinedTablesChain } from './builder/join/joined-tables-chain';
|
|
16
|
-
export { default as QueryOrdering } from './builder/other/query-ordering';
|
|
17
|
-
export { default as SelectQuery } from './builder/query/select-query';
|
|
18
|
-
export { default as TableQuery } from './builder/query/table-query';
|
|
19
|
-
export { default as TableConditionQuery } from './builder/query/table-condition-query';
|
|
20
|
-
export { default as QuerySource } from './builder/query-source';
|
|
21
|
-
export { default as QueryTable } from './builder/query-table';
|
|
22
|
-
export { default as MySqlQuerySource } from './client/mysql';
|
|
23
|
-
export { QueryProcessorOptions } from './client/query-processor';
|
|
24
|
-
export type PropsEntitySQL<IEntityType> = {
|
|
25
|
-
[prop in keyof Required<IEntityType>]: any;
|
|
26
|
-
};
|
package/websql/public-api.d.ts
DELETED