Skip to content

Commit 242385a

Browse files
author
Jamil Maqdis Anton
committed
Merge remote-tracking branch 'origin/main' into main
# Conflicts: # src/Postgres.fs # src/Read.fs # src/ReadRaw.fs
2 parents 30e3e6b + 7cbfa23 commit 242385a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Wrapping only the basic functionality, and sticking to the naming conventions in
1515

1616
## Not Supported functionality
1717
- Subscriptions aren't going to be supported. Wrapping them is more awkward than using C# in F#.
18+
19+
## Disclaimer
20+
The library, while perfectly usable at this stage is still in alpha, which entails rapid breaking changes.

src/Postgres.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type PostgresConfig =
1111
schema: string option }
1212

1313
module Postgres =
14-
let private settingsStringFromConfig (config: PostgresConfig): string =
14+
let private storeSettings (config: PostgresConfig): string =
1515
sprintf
1616
"Host=%s;Port=%s;User Id=%s;Password=%s;Database=%s"
1717
config.host

0 commit comments

Comments
 (0)