File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed
Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 11# Nativescript: Akylas Sqlite
22
3- [ ![ Build Status] ( https://travis-ci.com/TestJG/nativescript-akylas-sqlite.svg?branch=master )] ( https://travis-ci.com/TestJG/nativescript-akylas-sqlite ) [ ![ npm version] ( https://badge.fury.io/js/nativescript-akylas-sqlite.svg )] ( https://badge.fury.io/js/nativescript-akylas-sqlite )
3+ [ ![ npm] ( https://img.shields.io/npm/v/@akylas/nativescript-sqlite.svg )] ( https://www.npmjs.com/package/@akylas/nativescript-sqlite )
4+ [ ![ npm] ( https://img.shields.io/npm/dt/@akylas/nativescript-sqlite.svg?label=npm%20downloads )] ( https://www.npmjs.com/package/@akylas/nativescript-sqlite )
45
56## Installation
67
78```
8- tns plugin add nativescript- akylas-sqlite
9+ ns plugin add @ akylas/nativescript -sqlite
910```
1011
1112## Usage
1213
1314You should take care of wrapping sqlite calls to your preferred async option (promises, observables, async/await). And catch any exceptions thrown.
1415
15- ``` TypeScript
16+ ``` typescript
1617import { openOrCreate , deleteDatabase } from " nativescript-akylas-sqlite" ;
1718
1819const sqlite = openOrCreate (" path/to/db" );
Original file line number Diff line number Diff line change 3838 "email" : " josep.bergay@gmail.com"
3939 },
4040 "bugs" : {
41- "url" : " https://github.com/TestJG/ nativescript-mtmobile- sqlite/issues"
41+ "url" : " https://github.com/nativescript-community/ sqlite/issues"
4242 },
4343 "license" : " Apache-2.0" ,
44- "homepage" : " https://github.com/TestJG/ nativescript-mtmobile- sqlite" ,
44+ "homepage" : " https://github.com/nativescript-community/ sqlite" ,
4545 "readmeFilename" : " README.md" ,
46- "repository" : " TestJG/ nativescript-mtmobile- sqlite" ,
46+ "repository" : " nativescript-community/ sqlite" ,
4747 "devDependencies" : {
4848 "@commitlint/cli" : " ^9.1.2" ,
4949 "@commitlint/config-conventional" : " ^9.1.2" ,
Original file line number Diff line number Diff line change 11# Nativescript: Akylas Sqlite
22
3- [ ![ Build Status] ( https://travis-ci.com/TestJG/nativescript-akylas-sqlite.svg?branch=master )] ( https://travis-ci.com/TestJG/nativescript-akylas-sqlite ) [ ![ npm version] ( https://badge.fury.io/js/nativescript-akylas-sqlite.svg )] ( https://badge.fury.io/js/nativescript-akylas-sqlite )
3+ [ ![ npm] ( https://img.shields.io/npm/v/@akylas/nativescript-sqlite.svg )] ( https://www.npmjs.com/package/@akylas/nativescript-sqlite )
4+ [ ![ npm] ( https://img.shields.io/npm/dt/@akylas/nativescript-sqlite.svg?label=npm%20downloads )] ( https://www.npmjs.com/package/@akylas/nativescript-sqlite )
45
56## Installation
67
78```
8- tns plugin add nativescript- akylas-sqlite
9+ ns plugin add @ akylas/nativescript -sqlite
910```
1011
1112## Usage
1213
1314You should take care of wrapping sqlite calls to your preferred async option (promises, observables, async/await). And catch any exceptions thrown.
1415
15- ``` TypeScript
16+ ``` typescript
1617import { openOrCreate , deleteDatabase } from " nativescript-akylas-sqlite" ;
1718
1819const sqlite = openOrCreate (" path/to/db" );
Original file line number Diff line number Diff line change 2323 "email" : " josep.bergay@gmail.com"
2424 },
2525 "bugs" : {
26- "url" : " https://github.com/TestJG/ nativescript-akylas- sqlite/issues"
26+ "url" : " https://github.com/nativescript-community/ sqlite/issues"
2727 },
2828 "license" : " Apache-2.0" ,
29- "homepage" : " https://github.com/TestJG/ nativescript-akylas- sqlite" ,
29+ "homepage" : " https://github.com/nativescript-community/ sqlite" ,
3030 "readmeFilename" : " README.md" ,
31- "repository" : " TestJG/ nativescript-akylas- sqlite" ,
31+ "repository" : " nativescript-community/ sqlite" ,
3232 "peerDependencies" : {
3333 "@nano-sql/core" : " ^2.3.7" ,
3434 "@nativescript-community/typeorm" : " 0.2.28-1"
You can’t perform that action at this time.
0 commit comments