Menu

#6 Add SQLite provider, perhaps FileHelpers also

open
nobody
None
5
2008-05-21
2008-05-21
No

Begin making StormFactory provider-agnostic by adding a sqlite data provider in addition to the current MSSQL Server features.

Discussion

  • Paul C Smith

    Paul C Smith - 2008-05-21
    • summary: Add SQLite provider --> Add SQLite provider, perhaps FileHelpers also
     
  • Paul C Smith

    Paul C Smith - 2008-05-28

    Logged In: YES
    user_id=1933659
    Originator: YES

    Implement provider models via the IDataReader, IDataRecord, IDBConnection, IDBCommand and IDataParameter[+Collection] interfaces to iterate over SQLite tables as well as flat, delimited, fixed, and/or XML files.

    Ideally, the XML provider should sync with the existing XmlSerializer implementation, and generate mappings between XPath query parameters and IDataParameters for loading partial/filtered collections in from serialized XML files/streams.

     

Log in to post a comment.