Documentation ¶
Index ¶
- func CloseClient()
- func ColumnNameDecode(name string) string
- func ColumnNameEncode(name string) string
- func Create(queryable common.Queryable) error
- func CreateTableIfNotExists(queryable common.Queryable) error
- func Delete(firestoreID string, collectionName string) error
- func GetClient() (*sqlx.DB, error)
- func Read(q common.Queryable) error
- func Update(queryable common.Queryable) error
- type Query
- type RowIter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseClient ¶
func CloseClient()
CloseClient not only closes the client and allows you to get a new one with GetClient().
func ColumnNameDecode ¶
func ColumnNameEncode ¶
func CreateTableIfNotExists ¶
Types ¶
type Query ¶
func (*Query) AddFullTextSearch ¶
TODO consider adding an index on fields which we use a FullTextSearch query on. https://www.postgresql.org/docs/current/textsearch-tables.html#TEXTSEARCH-TABLES-INDEX
Click to show internal directories.
Click to hide internal directories.