0.4.3 • Published 1 month ago

@totalpave/cordova-plugin-sqlite v0.4.3

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
1 month ago

cordova-plugin-sqlite

SQLite plugin for cordova. Native binaries are linked against a shared library available from our SQLite Binaries repository.

If your application includes multiple native libraries that uses SQLite, it's important to ensure that they dynamically link SQLite and use a single copy of SQLite, especially if they share the same underlying database resource.

Refer to SQLite Question and Section 2.2 of how to corrupt a database.

SQLite Compilation

SQLite has been compiled with version 3.39.2 for the following architectures:

  • Android
    • arm64-v8a
    • armeabi-v7a
    • x86
    • x86_64
  • iOS
    • arm64
    • x86_64 (iPhone Simulator SDK)

SQLite is compiled with the following flags:

  • SQLITE_ENABLE_COLUMN_METADATA
  • SQLITE_NOHAVE_SYSTEM

Android Notes

The NDK binaries are compiled with API 24, therefore Min API SDK 24 is required by the application.

Documentation

See Docs

Licenses

This plugin is licensed under Apache 2.0. See LICENSE for more information.

The SQLite binaries are available under public domain.

0.4.3

1 month ago

0.4.1

5 months ago

0.1.0

7 months ago

0.3.0

7 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.2.3

8 months ago

0.4.0

7 months ago

0.2.2

9 months ago

0.1.1

11 months ago

0.0.1

1 year ago

0.0.0

1 year ago

0.0.0-dev.2

2 years ago

0.0.0-dev.1

2 years ago

0.0.0-dev.0

2 years ago