1.3.1 • Published 4 years ago

websqlite v1.3.1

Weekly downloads
16
License
MIT
Repository
github
Last release
4 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

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago