Socket
Socket
Sign inDemoInstall

cordova-sqlite-storage-dependencies

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cordova-sqlite-storage-dependencies

Cordova sqlite storage dependencies


Version published
Weekly downloads
27K
increased by0.34%
Maintainers
1
Install size
12.4 MB
Created
Weekly downloads
 

Readme

Source

Cordova sqlite storage dependencies

AUTHOR: Christopher J. Brody

LICENSE: MIT (for sql-asm-memory-growth.js built from fork of sql-js/sql.js); public domain for other artifacts

Contains source and object code built from:

This project provides the following dependencies needed to build storesafe/cordova-sqlite-storage:

  • sql-asm-memory-growth.js - built from storesafe/sql.js (fork of sql-js/sql.js) with SQLite 3.22.3 for browser platform
  • sqlite3.h, sqlite3.c - SQLite 3.40.0 amalgamation needed to build iOS, macOS, and Windows platforms
  • libs - JAR libraries built from github:brodybits/android-sqlite-ndk-native-driver - sqlite-storage-ndk-native-driver branch and brodybits/android-sqlite-native-ndk-connector, built with SQLite amalgamation, with the following flags:
    • -DSQLITE_THREADSAFE=1
    • -DSQLITE_DEFAULT_SYNCHRONOUS=3
    • -DSQLITE_DEFAULT_MEMSTATUS=0
    • -DSQLITE_OMIT_DECLTYPE
    • -DSQLITE_OMIT_DEPRECATED
    • -DSQLITE_OMIT_PROGRESS_CALLBACK
    • -DSQLITE_OMIT_SHARED_CACHE
    • -DSQLITE_TEMP_STORE=2
    • -DSQLITE_OMIT_LOAD_EXTENSION
    • -DSQLITE_ENABLE_FTS3
    • -DSQLITE_ENABLE_FTS3_PARENTHESIS
    • -DSQLITE_ENABLE_FTS4
    • -DSQLITE_ENABLE_RTREE
    • -DSQLITE_DEFAULT_PAGE_SIZE=4096
    • -DSQLITE_DEFAULT_CACHE_SIZE=-2000

Keywords

FAQs

Last updated on 15 Dec 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc