Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김윤지
/
Probability Death
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김주희
2019-06-06 00:55:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e51260f30a25a507df46744a98fbd6dab554eee
6e51260f
1 parent
3c033df0
lib/db_total.js 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
lib/db_total.js
lib/db_total.js
0 → 100644
View file @
6e51260
1
+
const
mysql
=
require
(
'mysql'
);
2
+
const
DB_option
=
require
(
'../keys/db_option_total'
);
3
+
4
+
module
.
exports
=
mysql
.
createConnection
(
DB_option
);
Please
register
or
login
to post a comment