Gathering detailed insights and metrics for @tsed/objection
Gathering detailed insights and metrics for @tsed/objection
Gathering detailed insights and metrics for @tsed/objection
Gathering detailed insights and metrics for @tsed/objection
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!
npm install @tsed/objection
Typescript
Module System
Node Version
NPM Version
TypeScript (97.71%)
JavaScript (1.41%)
EJS (0.7%)
HTML (0.1%)
CSS (0.08%)
Shell (0.01%)
Total Downloads
322,305
Last Day
124
Last Week
851
Last Month
3,307
Last Year
125,217
MIT License
2,959 Stars
5,763 Commits
294 Forks
42 Watchers
50 Branches
143 Contributors
Updated on May 08, 2025
Latest Version
8.8.3
Package Id
@tsed/objection@8.8.3
Unpacked Size
76.26 kB
Size
17.20 kB
File Count
125
NPM Version
10.8.2
Node Version
20.19.1
Published on
May 06, 2025
Cumulative downloads
Total Downloads
Last Day
11.7%
124
Compared to previous day
Last Week
2.5%
851
Compared to previous week
Last Month
-22.2%
3,307
Compared to previous month
Last Year
11.4%
125,217
Compared to previous year
A package of Ts.ED framework. See website: https://tsed.dev/tutorials/objection.html
Currently, @tsed/objection
allows you:
@Configuration
decorator.OnInit
phase.Note:
@tsed/objection
use the JsonSchema and his decorators to generate the table.
Before using the @tsed/objection
package, we need to install the Obection.js and Knex modules.
Install the dependencies:
1npm install --save @tsed/objection objection knex
We also need to install one of the following depending on the database you want to use:
1npm install pg 2npm install sqlite3 3npm install mysql 4npm install mysql2
Add a knex
configuration to your Ts.ED configuration (see: http://knexjs.org/#Installation-client for options):
1import {Configuration} from "@tsed/platform-http"; 2import "@tsed/objection"; // don't forget to add this line! 3 4@Configuration({ 5 // ... 6 knex: { 7 client: "sqlite3", 8 connection: ":memory:" 9 } 10}) 11class Server {}
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
The MIT License (MIT)
Copyright (c) 2016 - 2022 Romain Lenzotti
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
30 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 0/19 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
99 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-04-28
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