mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
8 lines
142 B
Zig
8 lines
142 B
Zig
pub const database = .{
|
|
// This configuration is used for CI
|
|
// in GitHub
|
|
.testing = .{
|
|
.adapter = .postgresql,
|
|
},
|
|
};
|