Closed DjDeveloperr closed 2 years ago
…row as object. Closes #58
Statement#get
Statement#all
Statement#value
Statement#values
This PR includes breaking changes, but it will be included in minor version bump since we're in v0.x.
…row as object. Closes #58
Statement#get
returns row as object now (compared toStatement#all
which returns all rows as objects at once)Statement#value
was added to return row (compared toStatement#values
which returns all rows as arrays at once)This PR includes breaking changes, but it will be included in minor version bump since we're in v0.x.