We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the list of changes that are breaking and so can only be added in v0.4
dev
Column
optional(|row| ...)
TableRow
Table::Ext
unchecked_transaction
rusqlite
FromDummy
Dummy
Queryable
'columns
rows.into_vec
schema
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the list of changes that are breaking and so can only be added in v0.4
dev
feature (maybe enabled by default)Column
covariant for more interesting uses likeoptional(|row| ...)
Could also makeTableRow
a type alias toColumn
(or maybe just deref)?MakeTable::Ext
not generic, instead always assumeColumn
unchecked_transaction
and add the ability to create arusqlite
connection.FromDummy
derive toDummy
(orQueryable
)RenameDummy
toQueryable
?Combine schema with'columns
or Typ?rows.into_vec
schema
macro to be a module of structsThe text was updated successfully, but these errors were encountered: