mirror of
https://github.com/actix/examples
synced 2025-06-29 18:24:57 +02:00
added async_pg example
This commit is contained in:
3
async_pg/sql/add_user.sql
Normal file
3
async_pg/sql/add_user.sql
Normal file
@ -0,0 +1,3 @@
|
||||
INSERT INTO testing.users(email, first_name, last_name, username)
|
||||
VALUES ($1, $2, $3, $4)
|
||||
RETURNING $table_fields;
|
Reference in New Issue
Block a user