Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
travel
208862f57058ee7ad02d369ad0cd968198a8b3ae
208862f57058ee7ad02d369ad0cd968198a8b3ae
Switch branch/tag
travel
src
db
index.ts
Find file
Normal view
History
Permalink
index.ts
74 Bytes
Edit
Web IDE
Newer
Older
backend auth 설정
Yoon, Daeki
committed
Jul 05, 2022
1
export
*
as
userDb
from
"
./user.db
"
;
DB에 posting table 저장
Lee Soobeom
committed
Jul 11, 2022
2
export
*
as
postDb
from
"
./post.db
"
;