package
0.1.3
Repository: https://github.com/kokes/smda.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Run runs a given query against this database TODO: we have to differentiate between input errors and runtime errors (errors.Is?) the former should result in a 4xx, the latter in a 5xx.
No description provided by the author

# Structs

Result holds the result of a query, at this point it's fairly literal - in the future we may want a Result to be a Dataset of its own (for better interoperability, persistence, caching etc.) ARCH/TODO: this is really a schema and `stripeData`, isn't it? Can we leverage that?.