ttu/json-flatfile-datastore
Simple JSON flat file data store with support for typed and dynamic data.
C#MIT
Issues
- 2
- 3
Replace Newtonsoft.Json with System.Text.Json
#91 opened by PSanilP - 1
Remove Newtonsoft.Json depndency
#99 opened by loanburger - 0
Add Support for using a directory as the store, with each document within as a child
#80 opened by ntindle - 0
Weird NotFoundException on Debian 12
#95 opened by ThatLadLegend - 6
Update is not updating the json File
#92 opened by jayonsoftware - 1
- 5
Single Item last field gets duplicated on Replace (When upsert: true and field names in Datastore are in camel case)
#87 opened by russkyc - 1
Support filesystem abstraction
#90 opened by ykarpeev - 4
Guid persistence as Id
#41 opened by tgiachi - 7
- 1
How to get ToList() ?
#79 opened by fredmbarrett - 4
Minified or compact version of JSON possible?
#71 opened by JannemanDev - 5
GetNextIdValue should return next id based on the largest id in the collection, not based on the last item's id
#3 opened by ttu - 3
Add CancellationToken support for async operations
#20 opened by Deilan - 2
No Iterator over Collections?
#70 opened by gjvanvuuren - 1
No Timeout/Error on file inaccessibility
#65 opened by TheZooKeeper - 1
Providing My Own Primary Keys
#68 opened by pvoelker - 2
Synchronizing Async Methods
#67 opened by pvoelker - 0
Simple encryption support
#61 opened by Orfeous - 0
看到这个我醉了
#62 opened by xiaoliangde - 5
Update function not working
#54 opened by EricBellamy - 1
Index on property
#53 opened by senner007 - 2
- 8
How to get whole document?
#19 opened by Deilan - 1
Add benchmarks for IDocumentCollection methods
#36 opened by ttu - 1
Dynamic update of child items
#47 opened by Pete1138 - 1
Clarification, not issue
#45 opened by marvoh - 2
InsertItem gets stuck in .NET Core 3 WPF project
#42 opened by strohhut - 4
Query Async
#40 opened by Jaben - 0
Collection-methods with id-field value parameter
#37 opened by ttu - 2
NuGet Error NU1108
#27 opened by jayonsoftware - 3
Provided inserting object `Id` type is `string` -> `Id` is still autogenerated
#30 opened by skorunka - 1
trying to update List doesnt update or throws " No parameterless constructor defined for this object." when adding more items
#33 opened by LubosKato - 2
Updating class properties are PascalCase but the updated data has camelCase properties
#31 opened by skorunka - 3
- 1
- 0
Add optional _last_modified metadata to JSON
#1 opened by ttu - 5
Proofread README.md
#5 opened by ttu - 2
How to Update child item
#23 opened by SEPTEMBER998767 - 1
- 0
Add netstandard 2.0 to TargetFrameworks
#12 opened by ttu - 1
Add support for single values
#14 opened by ttu - 0
- 0
DataStore to implement IDisposable
#9 opened by ttu - 0
Add benchmarks
#6 opened by ttu - 1
Make DocumentCollection thread safe
#4 opened by ttu - 1
Id is not added to the persisted object if the new object is added with anonymous type that doesn't have id-field
#2 opened by ttu