Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

NathanaelA/nativescript-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived Public Repo

See: https://fluentreports.com/blog/?p=1434

NativeScript-sqlite

Developed & Sponsored by

MasterTech

Documentation

The documentation for the plugin is located in the src folder.

Commercial Options

The commercial version comes with the following enhancements:

  • TypeScript definitions
  • Totally backwards compatible with the free version
  • Prepared statements
  • Multilevel transaction support
  • Encryption
  • Run multiple queries per call (i.e. get(["select 1", "select 2", "select 3"]))
  • Multi-threading

Installation

  • tns plugin add nativescript-sqlite@latest

Installation of Encrypted Plugin (Provides encryption support)

  • tns plugin add nativescript-sqlite-encrypted-1.5.0.tgz

Installation of Commercial Plugin (Provides Transactions, Prepared statements, multiple queries)

  • tns plugin add nativescript-sqlite-commercial-1.4.2.tgz