//
pkg.gl
Category
github.com/fnproject/fn
api
datastore
sql
package
0.3.750
Repository:
https://github.com/fnproject/fn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
18
Dependents
1
Files
997 SLOC
#
Packages
dbhelper
Package dbhelper wraps SQL and specific capabilities of an SQL db.
migratex
No description provided by the author
migrations
No description provided by the author
mysql
No description provided by the author
postgres
No description provided by the author
sqlite
No description provided by the author
#
Functions
New
New will open the db specified by url, create any tables necessary and return a models.Datastore safe for concurrent usage.
#
Constants
EnvDBPingMaxRetries
No description provided by the author
#
Structs
SQLStore
SQLStore implements models.Datastore.