Skip to content
New issue

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

v0.4 Wishlist #24

Open
12 of 18 tasks
LHolten opened this issue Dec 23, 2024 · 0 comments
Open
12 of 18 tasks

v0.4 Wishlist #24

LHolten opened this issue Dec 23, 2024 · 0 comments

Comments

@LHolten
Copy link
Owner

LHolten commented Dec 23, 2024

This is the list of changes that are breaking and so can only be added in v0.4

  • Move schema hashing behind a dev feature (maybe enabled by default)
  • Make Column covariant for more interesting uses like optional(|row| ...)
  • Could also make TableRow a type alias to Column (or maybe just deref)?
  • Make Table::Ext not generic, instead always assume Column
  • Always enable unchecked_transaction and add the ability to create a rusqlite connection.
  • Rename FromDummy derive to Dummy (or Queryable)
  • Rename Dummy to Queryable?
  • Combine schema with 'columns or Typ?
  • allow only deleting a row in a migration
  • test that migrations can not leak expr?
  • attribute FromColumn type mismatches
  • make only Expr impl IntoSelect
  • rename IntoColumn and FromColumn
  • forbid changing unique columns
  • Update documentation
  • Blog post
  • Don't sort result of rows.into_vec
  • Change the syntax of the schema macro to be a module of structs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant