Skip to content

Commit 0b95514

Browse files
author
Michael Anderson
committed
Initial Commit
1 parent 99bca42 commit 0b95514

File tree

4 files changed

+202
-0
lines changed

4 files changed

+202
-0
lines changed

index.js

Whitespace-only changes.

package-lock.json

+175
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "database-js",
3+
"version": "0.0.1",
4+
"description": "Common Database Interface",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "node test.js"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/mlaanderson/database-js.git"
12+
},
13+
"keywords": [
14+
"Database"
15+
],
16+
"author": "Michael Anderson <michael@anderson-clan.org>",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/mlaanderson/database-js/issues"
20+
},
21+
"homepage": "https://github.com/mlaanderson/database-js#readme",
22+
"devDependencies": {
23+
"mysql": "^2.13.0",
24+
"node-adodb": "^3.0.3",
25+
"pg": "^7.0.1"
26+
}
27+
}

test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)