-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Documentation Review #1
Comments
But our updated test suit is targeted to run on MySQL for now. Perhaps I will update the doc after the updates completed? |
There is not too much database specific code right? |
We use UUID & decimal in test suit. These two can map to column type in Sqlite? |
Yes, UUID & decimal map to compatible column type in Sqlite. |
The special attribute types we used in
The supported rust types of each database in Sqlx |
Yes sure lets pick a small example |
https://www.sea-ql.org/SeaORM/docs/basic-crud/raw-sql-and-json
|
https://www.sea-ql.org/SeaORM/docs/write-test/sqlite
This example is not illustrative enough. We need some asserts.
And perhaps we can copy a more real example from our test suite, like 'create_order'
The text was updated successfully, but these errors were encountered: