Skip to content

Commit 7f3b0f3

Browse files
committed
update package details
1 parent 3572064 commit 7f3b0f3

6 files changed

Lines changed: 19 additions & 191 deletions

File tree

.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 nodef
3+
Copyright (c) 2018-20 Subhajit Sahu
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# sql-extra
2-
3-
[![sql-extra](https://i.imgur.com/P0RiIVB.jpg)](https://npmjs.com/package/sql-extra/)
4-
5-
Extra methods for generating SQL commands.
1+
SQL is designed for managing or stream processing data in an RDBMS.
62

73
```javascript
84
const extra = require('sql-extra');

build.js

Lines changed: 0 additions & 113 deletions
This file was deleted.

package-lock.json

Lines changed: 3 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extra-sql",
3-
"version": "1.0.0",
4-
"description": "Extra methods for generating SQL commands.",
3+
"version": "1.0.1",
4+
"description": "SQL is designed for managing or stream processing data in an RDBMS.",
55
"main": "index.js",
66
"scripts": {
77
"test": "exit"
@@ -12,7 +12,18 @@
1212
},
1313
"keywords": [
1414
"extra",
15-
"sql"
15+
"sql",
16+
"create",
17+
"table",
18+
"index",
19+
"view",
20+
"insert",
21+
"into",
22+
"setup",
23+
"exists",
24+
"select",
25+
"match",
26+
"tsquery"
1627
],
1728
"author": "wolfram77@gmail.com",
1829
"license": "MIT",

0 commit comments

Comments
 (0)