Skip to content

Instantly share code, notes, and snippets.

View malscent's full-sized avatar

Justin Ashworth malscent

  • Couchbase
  • West Palm Beach, FL
View GitHub Profile
@malscent
malscent / Index.cs
Last active June 11, 2019 01:58
Index ISchemaObject
using System.Collections.Generic;
using System.Data.Common;
using System.IO;
using Marten;
using Marten.Schema;
using Marten.Storage;
using Marten.Util;
namespace marten
{