Crates.io | pgx-macros |
lib.rs | pgx-macros |
version | 0.7.4 |
source | src |
created_at | 2020-01-09 09:30:10.711461 |
updated_at | 2023-03-14 14:53:35.022867 |
description | Proc Macros for 'pgx' |
homepage | https://github.com/tcdi/pgx |
repository | https://github.com/tcdi/pgx |
max_upload_size | |
id | 196875 |
size | 52,098 |
Procedural macros for pgx
.
Provides:
- #[pg_extern]
- #[pg_guard]
- #[pg_test]
- #[derive(PostgresType)]
- #[derive(PostgresEnum)]
- #[derive(PostgresGucEnum)]
Using pgx
as a dependency necessitates that pgx-macros
also be a dependency