Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to use FromSql, FromSqlRow, and Queryable? #1774
Comments
This comment has been minimized.
|
See this test case for an example. For future questions please use our gitter channel |
weiznich
closed this
Jul 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spease commentedJul 5, 2018
Hi, I have a number of newtypes that need to get moved into a SQL database. These are generally either:
It isn't clear to me when each of the above types should be implemented or derived. I've read the getting started guides and the reference docs, but it doesn't seem like it's laid out anywhere.
Thanks.