1
0
forked from dyf/APP
Files
APP/node_modules/cordova-sqlite-storage/LICENSE.md

50 lines
763 B
Markdown
Raw Normal View History

2025-07-05 14:49:26 +08:00
# Licenses
## Common Javascript
MIT or Apache 2.0
## for browser platform
MIT or Apache 2.0
### sql.js
MIT
## for Android
MIT or Apache 2.0
### android-sqlite-native-ndk-connector
Unlicense (public domain)
### android-sqlite-ndk-native-driver
Unlicense (public domain)
## for iOS & macOS
MIT only
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)
includes and uses PSPDFThreadSafeMutableDictionary (PSPDFThreadSafeMutableDictionary.m <https://gist.github.com/steipete/5928916>) MIT license by @steipete (<https://gist.github.com/steipete>)
## for Windows
MIT or Apache 2.0
### SQLite3-WinRT
by @doo (doo GmbH)
MIT License
## Common native code
### SQLite3
Public domain