This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
sqlx
Watch
2
Star
0
Fork
You've already forked sqlx
0
mirror of
https://github.com/launchbadge/sqlx
synced
2024-11-14 16:17:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3885ae6ddf
sqlx
/
sqlx-macros
History
Chloe Ross
3885ae6ddf
fix: allow queries that select just void to pass through macros as
()
instead of
struct { _1: () }
2020-07-31 04:14:48 -07:00
..
src
fix: allow queries that select just void to pass through macros as
()
instead of
struct { _1: () }
2020-07-31 04:14:48 -07:00
Cargo.toml
Pg: Implementing
BIT
and
VARBIT
using BitVec
2020-07-27 03:36:44 -07:00