@orkestrel/database 0.0.8 → 0.0.9

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,26 +1,26 @@
1
- import { AggregateOperation } from '../core/index.ts';
2
- import { AggregateOperation as AggregateOperation_2 } from '../../core/index.ts';
3
- import { ColumnSchema } from '../core/index.ts';
4
- import { ColumnStorage } from '../core/index.ts';
5
- import { Condition } from '../core/index.ts';
6
- import { DriverInterface } from '../core/index.ts';
7
- import { DriverInterface as DriverInterface_2 } from '../../core/index.ts';
8
- import { DriverMetadata } from '../../core/index.ts';
1
+ import { AggregateOperation } from '@orkestrel/database';
2
+ import { AggregateOperation as AggregateOperation_2 } from '@orkestrel/database';
3
+ import { ColumnSchema } from '@orkestrel/database';
4
+ import { ColumnStorage } from '@orkestrel/database';
5
+ import { Condition } from '@orkestrel/database';
6
+ import { DriverInterface } from '@orkestrel/database';
7
+ import { DriverInterface as DriverInterface_2 } from '@orkestrel/database';
8
+ import { DriverMetadata } from '@orkestrel/database';
9
9
  import { FieldPath } from '@orkestrel/contract';
10
- import { Key } from '../../core/index.ts';
11
- import { MigrationInput } from '../../core/index.ts';
12
- import { MigrationStep } from '../core/index.ts';
13
- import { OperationOptions } from '../../core/index.ts';
14
- import { Order } from '../core/index.ts';
15
- import { QueryInput } from '../core/index.ts';
16
- import { QueryInput as QueryInput_2 } from '../../core/index.ts';
17
- import { Row } from '../core/index.ts';
18
- import { Row as Row_2 } from '../../core/index.ts';
10
+ import { Key } from '@orkestrel/database';
11
+ import { MigrationInput } from '@orkestrel/database';
12
+ import { MigrationStep } from '@orkestrel/database';
13
+ import { OperationOptions } from '@orkestrel/database';
14
+ import { Order } from '@orkestrel/database';
15
+ import { QueryInput } from '@orkestrel/database';
16
+ import { QueryInput as QueryInput_2 } from '@orkestrel/database';
17
+ import { Row } from '@orkestrel/database';
18
+ import { Row as Row_2 } from '@orkestrel/database';
19
19
  import { SQLiteRow } from '@orkestrel/sqlite';
20
20
  import { SQLiteValue } from '@orkestrel/sqlite';
21
- import { StorageInterface } from '../../core/index.ts';
22
- import { TableSchema } from '../core/index.ts';
23
- import { TableSchema as TableSchema_2 } from '../../core/index.ts';
21
+ import { StorageInterface } from '@orkestrel/database';
22
+ import { TableSchema } from '@orkestrel/database';
23
+ import { TableSchema as TableSchema_2 } from '@orkestrel/database';
24
24
 
25
25
  /**
26
26
  * Compile an {@link AggregateOperation} over a {@link FieldPath}.
@@ -1,26 +1,26 @@
1
- import { AggregateOperation } from '../core/index.ts';
2
- import { AggregateOperation as AggregateOperation_2 } from '../../core/index.ts';
3
- import { ColumnSchema } from '../core/index.ts';
4
- import { ColumnStorage } from '../core/index.ts';
5
- import { Condition } from '../core/index.ts';
6
- import { DriverInterface } from '../core/index.ts';
7
- import { DriverInterface as DriverInterface_2 } from '../../core/index.ts';
8
- import { DriverMetadata } from '../../core/index.ts';
1
+ import { AggregateOperation } from '@orkestrel/database';
2
+ import { AggregateOperation as AggregateOperation_2 } from '@orkestrel/database';
3
+ import { ColumnSchema } from '@orkestrel/database';
4
+ import { ColumnStorage } from '@orkestrel/database';
5
+ import { Condition } from '@orkestrel/database';
6
+ import { DriverInterface } from '@orkestrel/database';
7
+ import { DriverInterface as DriverInterface_2 } from '@orkestrel/database';
8
+ import { DriverMetadata } from '@orkestrel/database';
9
9
  import { FieldPath } from '@orkestrel/contract';
10
- import { Key } from '../../core/index.ts';
11
- import { MigrationInput } from '../../core/index.ts';
12
- import { MigrationStep } from '../core/index.ts';
13
- import { OperationOptions } from '../../core/index.ts';
14
- import { Order } from '../core/index.ts';
15
- import { QueryInput } from '../core/index.ts';
16
- import { QueryInput as QueryInput_2 } from '../../core/index.ts';
17
- import { Row } from '../core/index.ts';
18
- import { Row as Row_2 } from '../../core/index.ts';
10
+ import { Key } from '@orkestrel/database';
11
+ import { MigrationInput } from '@orkestrel/database';
12
+ import { MigrationStep } from '@orkestrel/database';
13
+ import { OperationOptions } from '@orkestrel/database';
14
+ import { Order } from '@orkestrel/database';
15
+ import { QueryInput } from '@orkestrel/database';
16
+ import { QueryInput as QueryInput_2 } from '@orkestrel/database';
17
+ import { Row } from '@orkestrel/database';
18
+ import { Row as Row_2 } from '@orkestrel/database';
19
19
  import { SQLiteRow } from '@orkestrel/sqlite';
20
20
  import { SQLiteValue } from '@orkestrel/sqlite';
21
- import { StorageInterface } from '../../core/index.ts';
22
- import { TableSchema } from '../core/index.ts';
23
- import { TableSchema as TableSchema_2 } from '../../core/index.ts';
21
+ import { StorageInterface } from '@orkestrel/database';
22
+ import { TableSchema } from '@orkestrel/database';
23
+ import { TableSchema as TableSchema_2 } from '@orkestrel/database';
24
24
 
25
25
  /**
26
26
  * Compile an {@link AggregateOperation} over a {@link FieldPath}.