package
0.0.0-20240425064440-c12023629335
Repository: https://github.com/fbaube/datarepo.git
Documentation: pkg.go.dev

# Functions

DoInsertGeneric takes a generic RowModel and "does" a simple (not prepared) SQL INSERT dtatement, returning the inserted item's ID (i.e.
DoSelectByIdGeneric returns true/false indicating whether the ID was found.

# Variables

SQLite_DB_Manager is a global singleton (!).

# Structs

No description provided by the author
SqliteRepo implements [datarepo/SimpleRepo] InitznPragmas IsInTx Tx Tx for write Conn only */.
No description provided by the author
No description provided by the author

# Interfaces

TypedRepoer does - Insert (add,Create,save,store) - Select (get,Read, find,list) - Update (mod,Update,modify) - Delete (del,Delete,remove) .