package
1.0.6
Repository: https://github.com/bitlytwiser/tinyorm.git
Documentation: pkg.go.dev

# Functions

To delete results in bulk, pass in a slice.
No description provided by the author
No id is present within the model and no args are passed, the FIRST recored (using limit 1) from the given model will be deleted To delete records with values other than ID, you can insert a model without an ID, but with other fields present.
Will accept arbitrary arguments, though only 1 is used, which should be the ID of the object to find.
Raw builds a raw query, allowing for a user to either call Exec or All functions to perform execution.
No description provided by the author
Will return all rows found unless <= 1 rows are present in result of query Will accept a limit, limit of <= 0 will return all rows found matching the query Where is an all in 1 method with no chaining.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

DialectHandler is the primary interface that all database types must comply too.