zshamrock / dynosql

Run SQL queries against DynamoDB
GNU General Public License v3.0
3 stars 0 forks source link

Support SELECT queries supported by RazorSQL #37

Open zshamrock opened 5 years ago

zshamrock commented 5 years ago

In RazorSQL they defined the type of the supported SELECT statements, i.e. https://razorsql.com/docs/dynamodb_sql_support.html.

As the first step would be enough to support them as well.

The next step would be to support OR condition in the query.