npm.io
0.2.0 • Published 3 years ago

git-sql-log

Licence
MIT
Version
0.2.0
Deps
4
Size
14 kB
Vulns
0
Weekly
0

git-sql-log

Search Git log by SQL

features

  • select *

  • select column1, column2

  • where and or

  • order by asc desc

  • limit N

// example/base.js

import { GitSqlClient } from 'git-sql-log';

const gitSqlClient = new GitSqlClient({});

const res = await gitSqlClient.query('select * from log')

console.table(res)

demo

Keywords