1.3.1 • Published 3 years ago

websqlite v1.3.1

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

WebSqLite

WebSql and Sqlite Compatible SqlService Library

Install

install command:

npm install websqlite --save

Initialize

const websqlite = require('websqlite');
var SqlService = new websqlite();

SqlService.init({
	id: 'user', // db name
	dbObject: window, // database object eg: window.openDatabase
	timeout: 5000 // process waiting time
})
namedescription
iddatabase name
dbObjectdatabase object
timeoutsql process timeout
versiondatabase version (default: 1.0)
descriptiondatabase description (default: Database)

API documentation

API link

License

This library MIT license. Copyright Avare Kodcu.

1.3.1

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago