Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
neverminder
on June 12, 2015
|
parent
|
context
|
favorite
| on:
Deuterium – Fully typed SQL query builder for Rust
I would really like to see something similar to Slick (Scala) for Rust. This one says it's an ORM, but a simple query compile time type checker (an example:
http://slick.typesafe.com/doc/3.0.0/sql.html
) would already be great.
zsiciarz
on June 12, 2015
|
next
[–]
There's
https://github.com/sfackler/rust-postgres-macros
for PostgreSQL.
untothebreach
on June 12, 2015
|
prev
[–]
sflacker has a library that does this for Postgres:
https://github.com/sfackler/rust-postgres
is the connection/query/etc part, and
https://github.com/sfackler/rust-postgres-macros
actually links with the postgres query parser to provide compile-time SQL syntax checking.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: