From aaf2bad8d3ab2a4f825c2d3db3f2d17de68e08b4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Dec 2023 12:16:35 +0100 Subject: Add github.com/mattn/go-sqlite3 This can be used to implement the `database/sql` interface from the Go standard library for sqlite databases. This is the currently preferred method to store user data for Ceres. --- go.sum | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.sum') diff --git a/go.sum b/go.sum index e69de29..810a101 100644 --- a/go.sum +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/mattn/go-sqlite3 v1.14.18 h1:JL0eqdCOq6DJVNPSvArO/bIV9/P7fbGrV00LZHc+5aI= +github.com/mattn/go-sqlite3 v1.14.18/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= -- cgit v1.2.3-70-g09d2