Add example for custom time with database/sql (#133)

This commit is contained in:
Daenney
2024-08-07 19:34:34 +02:00
committed by GitHub
parent 2068b97116
commit 38cab3202a
7 changed files with 168 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import (
)
func Example_json() {
db, err := driver.Open("file:/test.db?vfs=memdb")
db, err := driver.Open("file:/json.db?vfs=memdb")
if err != nil {
log.Fatal(err)
}