From 54760bfabb36c96f666ca7f77028d0d6a9c812fc Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 14 Feb 2024 14:35:03 -0500 Subject: Squashed commit of the following: commit d72bd53e20770be4ced0d627567ecf567d1ce9f4 Author: vnugent Date: Mon Feb 12 18:34:52 2024 -0500 refactor: #1 convert sql libraries to assets for better code splitting commit 736b873e32447254b3aadbb5c6252818c25e8fd4 Author: vnugent Date: Sun Feb 4 01:30:25 2024 -0500 submit pending changes --- .../README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/README.md (limited to 'lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/README.md') diff --git a/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/README.md b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/README.md new file mode 100644 index 0000000..2823281 --- /dev/null +++ b/lib/sql-providers/mysql/VNLib.Plugins.Extensions.Loading.Sql.MySql/README.md @@ -0,0 +1,17 @@ +# VNLib.Plugins.Extensions.Sql.MySql +*A runtime asset library that provides access to MySql database features for plugins that are configured to load the provider* + +**This library contains 3rd-party dependencies** + +## Builds +Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below). + +## Docs and Guides +Documentation, specifications, and setup guides are available on my website. + +[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_vnlib.plugins.Extensions.Sql.MySql) +[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Plugins.Extensions) +[Nuget Feeds](https://www.vaughnnugent.com/resources/software/modules) + +## License +Source files in for this project are licensed to you under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file -- cgit