Skip to content

Commit

Permalink
リファクタリング
Browse files Browse the repository at this point in the history
  • Loading branch information
natade-jp committed May 23, 2021
1 parent 4b57bbb commit cd4b083
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

## v0.0.0
## v0.1.0

### 新規作成
- xxx
- `SQLite3` 用の `DB``MongoDB` のように操作するクラスを作成 ( `find``count` のみ対応)
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@

様々な外部アプリケーションを用いて色々な操作の手助けを行う `JScript` 用のライブラリです。

以下のソフトウェアと連携できます。
以下のソフトウェアと連携できます。今後も追加していく予定です。

- sqlite3 - `JSON``sqlite-tools` を使用して簡単なDB操作を行う
- sqlite3

## sqlite3
`JSON``sqlite-tools` を使用して `MongoDB` のような操作感で `DB` を行う。

以下の機能のみ対応
- `find`
- `count`

## include

Expand Down
Binary file modified build/toolbox-wsh.js
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "toolbox-wsh",
"version": "1.0.0",
"description": "Simple sqlite operations in WSH JScript.",
"version": "0.1.0",
"description": "This is a library that works with specific external applications using WSH.",
"author": "natade-jp <natade3@gmail.com> (https://github.com/natade-jp)",
"repository": {
"type": "git",
Expand Down

0 comments on commit cd4b083

Please sign in to comment.