bump ncruces/go-sqlite3 to v0.21.0

This commit is contained in:
kim 2024-12-12 19:17:18 +00:00
commit bd7260b46c
42 changed files with 224 additions and 105 deletions

View file

@ -1,8 +1,6 @@
package driver
import (
"time"
)
import "time"
// Convert a string in [time.RFC3339Nano] format into a [time.Time]
// if it roundtrips back to the same string.