Socket
Socket
Sign inDemoInstall

sqlite-sync

Package Overview
Dependencies
447
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

0.3.9

Diff

Changelog

Source

0.3.9 (2019-08-12)

  • use of fixed sql.js version 0.3.2 instead of latest to avoid compability errors
jayralencar
published 0.3.8 •

jayralencar
published 0.3.7 •

jayralencar
published 0.3.6 •

jayralencar
published 0.3.5 •

Changelog

Source

0.3.5

-- Error Handling -- Debug options

jayralencar
published 0.3.4 •

Changelog

Source

0.3.4 (2016-04-19)

  • Execute PRAGMA statements (update/get)
sqlite.run('PRAGMA table_info(COMPANYS)', function(res){
	console.log(res)
});
jayralencar
published 0.3.3 •

Changelog

Source

0.3.3 (2016-04-08)

  • get current sql
	console.log(sqlite.getSql());
jayralencar
published 0.3.2 •

jayralencar
published 0.3.1 •

jayralencar
published 0.3.0 •

23Next
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