Closed Habikki closed 2 years ago
A thought here would be to ditch the dependency on NeoAgi.Data.Sql using the data table directly from the SqLite Package.
This would allow this project to be public once more (as was the original intent), and avoid adding functionality that may not be necessary (or desired) to the NeoAgi.Data.Sql
API.
Return types are currently strongly typed, to return generic returns some convention must be made to honor a loosely typed structure such as
Dictionary<string, string>
. This may need to be implicitly intercepted in theNeoAgi.Data.Sql
boxing function.