Skip to content

Commit

Permalink
Merge pull request #39 from JordiCorbilla/JordiCorbilla-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
JordiCorbilla authored Jun 10, 2024
2 parents b58cd11 + 7772270 commit e9984d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# table.lib

This is a versatile and user-friendly `C# (.NET 6)` table library that can quickly render any `List<T>` or `Dictionary<TV, T>` into a visually appealing `markdown`, `CSV`, `HTML`, `SpecFlow`, `SQL-insert`, or `console` table format, while providing flexibility for other formats as well. In addition, it also supports `dynamic` returns from Dapper as `IEnumerable<IDictionary<string, object>>` via `DBTable` object. Whether you need to format data for documentation, testing, or display purposes, this library makes it easy to do so in a variety of formats, with just a few lines of code.
This is a versatile and user-friendly `C# (.NET 8)` table library that can quickly render any `List<T>` or `Dictionary<TV, T>` into a visually appealing `markdown`, `CSV`, `HTML`, `SpecFlow`, `SQL-insert`, or `console` table format, while providing flexibility for other formats as well. In addition, it also supports `dynamic` returns from Dapper as `IEnumerable<IDictionary<string, object>>` via `DBTable` object. Whether you need to format data for documentation, testing, or display purposes, this library makes it easy to do so in a variety of formats, with just a few lines of code.

## Installation

Expand Down

0 comments on commit e9984d6

Please sign in to comment.