Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit bd97bf1

Browse files
committed
feat: add ability to embed PostgreSQL installtion in a Rust executable
0 parents  commit bd97bf1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+15125
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

.rustfmt.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
newline_style = "Unix"

0 commit comments

Comments
 (0)