Metadata-Version: 2.1
Name: dbdatareader
Version: 0.1a1.dev2
Summary: dbDataReader - Data Reader for .NET IDataReader
Home-page: https://github.com/DataBooster/PyWebApi
Author: Abel Cheng
Author-email: abelcys@gmail.com
License: MIT
Keywords: IDataReader,DataReader,DataBooster,WebAPI,forward-only,IResultSet,ListOfList,ListOfDict,DictOfList
Platform: any
Requires-Python: >=3


dbDataReader - Data Reader for .NET IDataReader

dbDataReader is a simple data reader for reading .NET System.Data.IDataReader-like forward-only streams.
The returned data model depends on the type of data container passed in. So far, 3 built-in container classes 
- ListOfList, ListOfDict and DictOfList are shipped with this package.
Please refer to the MDX query reader example in https://github.com/DataBooster/PyWebApi/blob/master/Sample/UserApps/MdxReader/adomd_client.py for quick details.

Homepage and documentation: https://github.com/DataBooster/PyWebApi
Copyright (c) 2020 Abel Cheng
License: MIT


