Gathering detailed insights and metrics for @svelte-add/drizzle
Gathering detailed insights and metrics for @svelte-add/drizzle
Gathering detailed insights and metrics for @svelte-add/drizzle
Gathering detailed insights and metrics for @svelte-add/drizzle
Easily add integrations and other functionality to Svelte(kit) apps
npm install @svelte-add/drizzle
Typescript
Module System
Node Version
NPM Version
72.1
Supply Chain
87.1
Quality
82
Maintenance
100
Vulnerability
100
License
TypeScript (86.57%)
Svelte (6.89%)
JavaScript (5.77%)
CSS (0.63%)
HTML (0.14%)
Total Downloads
2,687
Last Day
4
Last Week
4
Last Month
17
Last Year
2,687
MIT License
1,518 Stars
716 Commits
39 Forks
13 Watchers
7 Branches
14 Contributors
Updated on May 27, 2025
Latest Version
1.0.8
Package Id
@svelte-add/drizzle@1.0.8
Unpacked Size
147.39 kB
Size
19.37 kB
File Count
12
NPM Version
10.7.0
Node Version
20.15.0
Published on
Jun 28, 2024
Cumulative downloads
Total Downloads
Last Day
0%
4
Compared to previous day
Last Week
100%
4
Compared to previous week
Last Month
-57.5%
17
Compared to previous month
Last Year
0%
2,687
Compared to previous year
1
This is a adder for svelte-add and is used to add Drizzle to your svelte/kit project.
You can find all options for this adder on this site. We will only provide a short breakdown of the adder features here.
Basic usage
1npx @svelte-add/drizzle@latest
In case you already have a directory in mind, you can use this:
1npx @svelte-add/drizzle@latest --path ./your-project
database
(default: sqlite) - Which database would you like to use?postgresql
(default: undefined) - Which PostgreSQL client would you like to use?mysql
(default: undefined) - Which MySQL client would you like to use?sqlite
(default: undefined) - Which SQLite client would you like to use?docker
(default: false) - Do you want to run the database locally with docker-compose?Option syntax
1npx @svelte-add/drizzle@latest --key value
Specific example
1npx @svelte-add/drizzle@latest --database sqlite
You can combine as many options as you want. The usage of options is optional. If you don't specify an option value via the command line, the CLI will ask you the questions interactively.
default
(default: false) - Installs default adder options for unspecified optionspath
(default: ./) - Path to working directoryskip-preconditions
(default: false) - Skips validating preconditions before running the adderskip-install
(default: false) - Skips installing dependencies after applying the adderOption syntax
1npx @svelte-add/drizzle@latest --key value
Specific example
1npx @svelte-add/drizzle@latest --path ./
You can combine as many options as you want. The usage of options is optional. If you don't specify an option value via the command line, the CLI will ask you the questions interactively.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 19/21 approved changesets -- score normalized to 9
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
21 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-09
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