Gathering detailed insights and metrics for sql-ts-knex-generator
Gathering detailed insights and metrics for sql-ts-knex-generator
Gathering detailed insights and metrics for sql-ts-knex-generator
Gathering detailed insights and metrics for sql-ts-knex-generator
Generate TypeScript definitions and CRUD functions from database schemas.
npm install sql-ts-knex-generator
Typescript
Module System
Node Version
NPM Version
Handlebars (38.72%)
JavaScript (33.28%)
TypeScript (24.02%)
Dockerfile (3.98%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
6 Stars
70 Commits
1 Forks
1 Watchers
20 Branches
1 Contributors
Updated on Jun 26, 2023
Latest Version
1.8.1
Package Id
sql-ts-knex-generator@1.8.1
Unpacked Size
175.43 kB
Size
29.78 kB
File Count
24
NPM Version
6.14.11
Node Version
14.16.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Generate CRUD operations and TypeScript interfaces from database schemas.
Supports the following databases: MySQL, Microsoft SQL Server, SQLite and PostgreSQL.
npx sql-ts-knex-generator -c ./config.json
1{ 2 "client": "mssql", 3 "tables": ["dbo.TABLE_NAME"], 4 "connection": { 5 "server": "********", 6 "database": "*******", 7 "user": "*******", 8 "password": "********", 9 "options": { 10 "encrypt": true, 11 "enableArithAbort": true 12 }, 13 "requestTimeout": 15000, 14 "connectionTimeout": 15000 15 } 16}
It will create a folder and generate a file for each table containing CRUD (create, read, update, delete) functions based on DB schema.
It respects nullable and required fields.
Config file options OR sql-ts docs
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
73 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More