index
:
db-controller
this commit
main
Interaction with the Database
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
backend.go
blob: 24fc1a4fa1f697ec89347e50c407145c9fcbdd6f (
plain
)
1
2
3
4
5
6
7
package
backend
import
"database/sql"
var
(
db
*
sql
.
DB
)