Convert Data Storage to PostgreSQL Documents #74

Merged
danieljsummers merged 11 commits from pg-doc into main 2023-10-10 02:15:39 +00:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 394513b392 - Show all commits

View File

@ -1,4 +1,4 @@

Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105 VisualStudioVersion = 16.0.30114.105

View File

@ -1,4 +1,4 @@
/// The data model for myPrayerJournal /// The data model for myPrayerJournal
[<AutoOpen>] [<AutoOpen>]
module MyPrayerJournal.Domain module MyPrayerJournal.Domain

View File

@ -1,4 +1,4 @@
/// HTTP handlers for the myPrayerJournal API /// HTTP handlers for the myPrayerJournal API
[<RequireQualifiedAccess>] [<RequireQualifiedAccess>]
module MyPrayerJournal.Handlers module MyPrayerJournal.Handlers

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web"> <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<Version>3.3</Version> <Version>3.3</Version>

View File

@ -1,4 +1,4 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"mpj": "host=localhost;username=mpj;password=devpassword;database=mpj" "mpj": "host=localhost;username=mpj;password=devpassword;database=mpj"
}, },