@biref/scanner 0.1.0 → 0.2.0

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": "@biref/scanner",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Paradigm-agnostic database introspection and typed query builder. Bidirectional reference detection, codegen-driven autocomplete, and Prisma-style fluent queries against any table the scanner finds.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,8 +51,6 @@
51
51
  "packageManager": "pnpm@10.16.0",
52
52
  "keywords": [
53
53
  "database",
54
- "postgres",
55
- "postgresql",
56
54
  "introspection",
57
55
  "schema",
58
56
  "scanner",
@@ -61,14 +59,30 @@
61
59
  "codegen",
62
60
  "relationships",
63
61
  "bidirectional",
64
- "orm"
62
+ "postgres",
63
+ "postgresql",
64
+ "mysql",
65
+ "mariadb",
66
+ "sql",
67
+ "orm",
68
+ "prisma",
69
+ "fluent-api",
70
+ "typescript",
71
+ "type-safe",
72
+ "zero-dependency",
73
+ "adapter",
74
+ "driver-agnostic",
75
+ "foreign-key",
76
+ "data-model"
65
77
  ],
66
78
  "license": "MIT",
67
79
  "devDependencies": {
68
80
  "@biomejs/biome": "^2.0.0",
81
+ "@testcontainers/mysql": "^11.13.0",
69
82
  "@testcontainers/postgresql": "^11.13.0",
70
83
  "@types/node": "^22.10.2",
71
84
  "@types/pg": "^8.20.0",
85
+ "mysql2": "^3.20.0",
72
86
  "pg": "^8.20.0",
73
87
  "testcontainers": "^11.13.0",
74
88
  "tsup": "^8.3.5",