Skip to content

.NET Core SQL parser for DynamoDB

License

Notifications You must be signed in to change notification settings

chequer-io/PrimarSql

Repository files navigation

PrimarSql Nuget

Overview

.NET Core SQL parser for DynamoDB

Example

var sql = "SELECT * FROM table";
var statement = PrimarSqlParser.Parse(sql);