sql-mongo-converter

1.0.0 • Public • Published

Benchmark

Counts how much time, memory, cpu spent on specific function.
Additional outputs:

  1. Average error per function.
  2. Difference between best time function and current one.

Script

import convert to your main file

  import { convert } from 'Converter'

Start command

const results = convert(databaseName, query, dbHost)

databaseName : 'users'
query : 'select * from users where id > 1'
dbHost : 'mongodb://localhost:27017/'

Readme

Keywords

Package Sidebar

Install

npm i sql-mongo-converter

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

37.7 kB

Total Files

21

Last publish

Collaborators

  • handeye