Add aggregate API and fix (hack) time bucket

This commit is contained in:
2024-03-12 21:58:29 -04:00
parent ec85be2096
commit e4ee81ca3e
7 changed files with 77 additions and 4 deletions

View File

@@ -11,12 +11,14 @@
<ItemGroup>
<None Remove="Data\Queries\CreateReading.psql" />
<None Remove="Data\Queries\GetReadingsAggregate.psql" />
<None Remove="Data\Queries\GetReadingsHistoryGrouped.psql" />
<None Remove="Data\Queries\GetRecentReadings.psql" />
<None Remove="Data\Schema\1-Initial Schema.psql" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Data\Queries\GetReadingsAggregate.psql" />
<EmbeddedResource Include="Data\Queries\GetReadingsHistoryGrouped.psql" />
<EmbeddedResource Include="Data\Queries\GetRecentReadings.psql" />
<EmbeddedResource Include="Data\Queries\CreateReading.psql" />