NeoAgi / NeoAgi.Tools.FlatFileQuery

Other
0 stars 0 forks source link

Support for Dynamic Return Types from DAO #1

Closed Habikki closed 2 years ago

Habikki commented 2 years ago

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 the NeoAgi.Data.Sql boxing function.

Habikki commented 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.