package db import "git.cmdq.io/meirjann/DataLogue-Backend/log" var logger = log.New("db") func Init() { logger.Println("init db...") }