
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
@cashapp/sqldelight-sqljs-worker
Advanced tools
A SQL.js implementation of SQLDelight's web-worker-driver
See the project website for documentation and APIs
SQLDelight generates typesafe Kotlin APIs from your SQL statements. It verifies your schema, statements, and migrations at compile-time and provides IDE features like autocomplete and refactoring which make writing and maintaining SQL simple.
SQLDelight understands your existing SQL schema.
CREATE TABLE hockey_player (
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
number INTEGER NOT NULL
);
It generates typesafe code for any labeled SQL statements.
SQLDelight supports a variety of dialects and platforms:
SQLite
HSQL/H2 (JVM) (Experimental)
Snapshots of the development version (including the IDE plugin zip) are available in
Sonatype's snapshots
repository. Note that the coordinates are all app.cash.sqldelight instead of com.squareup.cash for the 2.0.0+ SNAPSHOTs.
Documentation pages for the latest snapshot version can be found here.
Copyright 2016 Square, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
[2.1.0] - 2025-05-16
DriverInitializer
before GenerateSchemaTask
(#5562 by [Emeka Nwagu][nwagu])FAQs
A SQL.js implementation of SQLDelight's web-worker-driver
The npm package @cashapp/sqldelight-sqljs-worker receives a total of 2,982 weekly downloads. As such, @cashapp/sqldelight-sqljs-worker popularity was classified as popular.
We found that @cashapp/sqldelight-sqljs-worker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.