[Solved] bee must have one register DataBase alias named `default`

bee must have one register DataBase alias named default

When you initialize db and register the default database, see if you importinitialize the registered database driverdriver

import (
    _ "github.com/go-sql-driver/mysql"
    _ "github.com/lib/pq"
    _ "github. com/mattn/go-sqlite3"

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *