https://github.com/datajuggler/datajuggler.net6
This is a port of DataJuggler.Net5, which is the main component of DataTier.Net and DBCompare. Useful for database schema reading and code generation.
https://github.com/datajuggler/datajuggler.net6
Last synced: over 1 year ago
JSON representation
This is a port of DataJuggler.Net5, which is the main component of DataTier.Net and DBCompare. Useful for database schema reading and code generation.
- Host: GitHub
- URL: https://github.com/datajuggler/datajuggler.net6
- Owner: DataJuggler
- License: mit
- Created: 2021-11-18T03:45:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T11:18:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T07:38:30.016Z (over 1 year ago)
- Language: C#
- Size: 275 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DataJuggler.Net
Update 12.31.2021: This project has to be downgraded to Microsoft.Data.SqlClient 3.0.1, because of the (unwanted)
breaking changes in 4.0.0, which forces you install a certification in SQL Server, or put encrypt=false.
Updating Microsoft.Data.SqlClient is not recommended at this time.
DataJuggler.Net6 is a core component of several Data Juggler projects including DataTier.Net, DB Compare and XML Mirror.
Another project that uses CSharpClassWriter is called DataJuggler.Excelerate
https://github.com/DataJuggler/Excelerate