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

febs-db

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs-db - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

2

package.json

@@ -54,3 +54,3 @@ {

},
"version": "1.3.4"
"version": "1.3.5"
}

@@ -637,4 +637,11 @@ febs db库用于连接数据库

// select ... from (table1 as A inner join table2 as B on A.id = B.id) inner join table3.
join.sql_select(...);
let joinSql = join.sql_select(...);
// query.
let r = await db.exec(joinSql);
// convert data to fix time or other data.
db.ret_data_cvt(r.rows, table1, table2, table3);
```

@@ -641,0 +648,0 @@

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