summaryrefslogtreecommitdiff
path: root/databases/csharp-mysql/DESCR
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2010-10-16 21:26:02 +0000
committerkefren <kefren@pkgsrc.org>2010-10-16 21:26:02 +0000
commit09095dc282714c09a69397aa0029b0aa1e6678b8 (patch)
tree955924426c85fb430f42af49d0356049ff76d552 /databases/csharp-mysql/DESCR
parent3d75d55234b9beb1838057bacc0dd94678ca6421 (diff)
downloadpkgsrc-09095dc282714c09a69397aa0029b0aa1e6678b8.tar.gz
Initial import of Connector/Net 6.3.5 under the name of csharp-mysql, a
fully-managed ADO.NET driver for MySQL.
Diffstat (limited to 'databases/csharp-mysql/DESCR')
-rw-r--r--databases/csharp-mysql/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/csharp-mysql/DESCR b/databases/csharp-mysql/DESCR
new file mode 100644
index 00000000000..31b47337b43
--- /dev/null
+++ b/databases/csharp-mysql/DESCR
@@ -0,0 +1,6 @@
+Connector/NET enables developers to easily create .NET applications that
+require secure, high-performance data connectivity with MySQL. It implements
+the required ADO.NET interfaces and integrates into ADO.NET aware tools.
+Developers can build applications using their choice of .NET languages.
+
+Connector/NET is a fully managed ADO.NET driver written in 100% pure C#.