add sql example

This commit is contained in:
2024-08-24 11:29:12 -05:00
parent b04e97fa9b
commit 1a7dc45ab9
6 changed files with 98 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
package sql_driver
import "testing"
func TestInitTables(t *testing.T) {
InitTables()
}