Hi is there a way to use the crate with sqlite memory? I was looking at [`create_table_from_entity`](https://www.sea-ql.org/SeaORM/docs/0.4.x/generate-database-schema/create-table/) but not sure how to combine it with `sqlx-crud`
Hi is there a way to use the crate with sqlite memory? I was looking at
create_table_from_entitybut not sure how to combine it withsqlx-crud