Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rqlite-fp

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rqlite-fp - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

2

package.json
{
"name": "rqlite-fp",
"version": "2.10.0",
"version": "2.10.1",
"keywords": [

@@ -5,0 +5,0 @@ "rqlite",

@@ -16,2 +16,15 @@ # rqlite-fp

## Example
### With promises
```javascript
const rqlite = require('rqlite-fp/promises');
(async function () {
const connection = await connect('http://localhost:4001')
const tableCreated = await execute(connection, 'CREATE TABLE lorem (info TEXT)')
const testResults = await getAll(connection, 'SELECT * FROM test')
console.log(results)
}())
```
### With callbacks

@@ -18,0 +31,0 @@ ```javascript

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc