mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-11-17 13:59:58 +00:00
6 lines
96 B
Rust
6 lines
96 B
Rust
#![feature(proc_macro_hygiene)]
|
|
|
|
fn main() {
|
|
sqlx_macros::sql!("SELECT * from accounts");
|
|
}
|