File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pg_test = []
19
19
[dependencies ]
20
20
pgrx = " =0.11.4"
21
21
sqids = " 0.4.1"
22
- thiserror = " 1.0.61 "
22
+ thiserror = " 1.0.62 "
23
23
24
24
[dev-dependencies ]
25
25
pgrx-tests = " =0.11.4"
@@ -34,4 +34,4 @@ lto = "fat"
34
34
codegen-units = 1
35
35
36
36
[package .metadata .pgrx ]
37
- version = " 0.1.0"
37
+ version = " 0.1.0"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Not good for:
29
29
30
30
## 🚀 Getting started
31
31
32
- ### Debugging
32
+ ### Development
33
33
34
34
1 . [ Install Rust] ( https://www.rust-lang.org/ ) if you don't have it.
35
35
@@ -67,7 +67,11 @@ Not good for:
67
67
cargo pgrx package
68
68
` ` `
69
69
70
- 1. Extension files should be in ` target/release`
70
+ 1. Extension file should be in ` target/release`
71
+
72
+ - For Linux: ` libpg_sqids.so`
73
+ - For macOS: ` libpg_sqids.dylib`
74
+ - For Windows: ` libpg_sqids.dll`
71
75
72
76
1. Install the extension:
73
77
You can’t perform that action at this time.
0 commit comments