#AutoPoco additional datasources This project contains additional datasouces for AutoPoco.
##NuGet
Install-Package AutoPoco.DataSources
An example app is included in the solution which demonstrates the usage of the additional datasources. You can check the online version which shows the usage of each datasource and the corresponding output.
The following datasources are included in the package
- EnumSource
- BooleanSource
- CitySource
- CompanySource
- DateTimeSource
- DecimalSource
- DoubleSource
- DutchCitySource
- DutchMiddlenameSource
- DutchMobileSource
- DutchPostalSource
- DutchTelephoneSource
- ExtendedEmailAddressSource
- FloatSource
- IntegerSource
- PostalSource
- StreetSource
- TimeSpanSource
- UrlSource
We would be happy to add additional data sources through pull requests.
All source code is licensed under the GNU Lesser General Public License