mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
feat: diesel-async usage example
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE IF NOT EXISTS items
|
||||
(
|
||||
id uuid DEFAULT gen_random_uuid() PRIMARY KEY,
|
||||
name VARCHAR NOT NULL
|
||||
);
|
Reference in New Issue
Block a user