mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 10:09:57 +00:00
7 lines
204 B
Bash
Executable file
7 lines
204 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
diesel \
|
|
--database-url 'postgres://pictrs:1234@localhost:5432/pictrs' \
|
|
print-schema \
|
|
--custom-type-derives "diesel::query_builder::QueryId" \
|
|
> src/repo/postgres/schema.rs
|