JSPM

@cashapp/sqldelight-sqljs-worker

2.4.0-SNAPSHOT.1781367320782
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2570
  • Score
    100M100P100Q125933F
  • License Apache-2.0

A SQL.js implementation of SQLDelight's web-worker-driver

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cashapp/sqldelight-sqljs-worker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    SQLDelight

    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.

    intro.gif


    SQLDelight supports a variety of dialects and platforms:

    SQLite

    MySQL (JVM)

    PostgreSQL (JVM)

    HSQL/H2 (JVM) (Experimental)

    Snapshots

    Snapshots of the development version (including the IDE plugin zip) are available in the Central Portal Snapshots repository.

    Documentation pages for the latest snapshot version can be found here.

    License

    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.