@relq/orm 0.1.0 → 0.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relq/orm",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The runtime engine for Relq — type-safe PostgreSQL ORM for TypeScript",
5
5
  "author": "Olajide Mathew O. <olajide.mathew@yuniq.solutions>",
6
6
  "license": "MIT",
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const relq_client_1 = require("./core/relq-client.cjs");
4
- const schema = {};
5
- const pg1 = new relq_client_1.Relq(schema, 'postgres');
6
- const nile1 = new relq_client_1.Relq(schema, 'nile');
7
- const crdb1 = new relq_client_1.Relq(schema, 'cockroachdb');
8
- const dsql1 = new relq_client_1.Relq(schema, 'awsdsql');
9
- const pg2 = new relq_client_1.Relq(schema, 'postgres', { host: 'localhost' });
10
- const nile2 = new relq_client_1.Relq(schema, 'nile', { host: 'db.thenile.dev' });
11
- const pg3 = new relq_client_1.RelqPostgres(schema);
12
- const nile3 = new relq_client_1.RelqNile(schema);
13
- pg1.subscribe;
14
- nile1.subscribe;
15
- nile1.setTenant;
16
- pg1.setTenant;
17
- console.log('All type checks passed!');
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,15 +0,0 @@
1
- import { Relq, RelqPostgres, RelqNile } from "./core/relq-client.js";
2
- const schema = {};
3
- const pg1 = new Relq(schema, 'postgres');
4
- const nile1 = new Relq(schema, 'nile');
5
- const crdb1 = new Relq(schema, 'cockroachdb');
6
- const dsql1 = new Relq(schema, 'awsdsql');
7
- const pg2 = new Relq(schema, 'postgres', { host: 'localhost' });
8
- const nile2 = new Relq(schema, 'nile', { host: 'db.thenile.dev' });
9
- const pg3 = new RelqPostgres(schema);
10
- const nile3 = new RelqNile(schema);
11
- pg1.subscribe;
12
- nile1.subscribe;
13
- nile1.setTenant;
14
- pg1.setTenant;
15
- console.log('All type checks passed!');
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
package/dist/esm/types.js DELETED
@@ -1 +0,0 @@
1
- export {};