Skip to content

Instantly share code, notes, and snippets.

View t3hc13h's full-sized avatar

Andrew Berglund t3hc13h

View GitHub Profile
@t3hc13h
t3hc13h / Edge.Sql.cs
Last active December 15, 2015 21:59
This is a first try at a simple SqlServer client module for Edge.js.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Data;
using System.Data.SqlClient;
namespace Edge.Sql
{