- Notifications
You must be signed in to change notification settings - Fork544
SQLDelight - Generates typesafe Kotlin APIs from SQL
License
sqldelight/sqldelight
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
See theproject 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.
CREATETABLEhockey_player ( idINTEGERNOT NULLPRIMARY KEY AUTOINCREMENT, nameTEXTNOT NULL,numberINTEGERNOT 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 inthe Central Portal Snapshots repository.
Documentation pages for the latest snapshot version can befound 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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.
About
SQLDelight - Generates typesafe Kotlin APIs from SQL
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.