Init Database Methods

This commit is contained in:
Hoernschen 2020-09-30 10:28:49 +02:00
parent a39f23411b
commit 126070829c
11 changed files with 173 additions and 91 deletions

View file

@ -1,19 +1,5 @@
package room
import "database/sql"
func createRoom(db *sql.DB) {
}
func readRoom(db *sql.DB) {
}
func updateRoom(db *sql.DB) {
}
func deleteRoom(db *sql.DB) {
}
func New() room *Room {
}