Adding upstream version 0.28.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
88f1d47ab6
commit
e28c88ef14
933 changed files with 194711 additions and 0 deletions
9
core/db_connect_nodefaultdriver.go
Normal file
9
core/db_connect_nodefaultdriver.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
//go:build no_default_driver
|
||||
|
||||
package core
|
||||
|
||||
import "github.com/pocketbase/dbx"
|
||||
|
||||
func DefaultDBConnect(dbPath string) (*dbx.DB, error) {
|
||||
panic("DBConnect config option must be set when the no_default_driver tag is used!")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue