Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@totalpave/cordova-plugin-sqlite

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@totalpave/cordova-plugin-sqlite

SQLite plugin for Cordova Android & iOS

  • 0.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

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.

FAQs

Package last updated on 02 Dec 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc