SQL Interface
The Simba DynamoDB ODBC Connector provides a SQL interface that enables ODBC applications to work with data that is stored in DynamoDB databases. DynamoDB uses a unique POST-based JSON web API and provides various SDKs that enable Java, .NET, or PHP to interact with the API. Without the SQL interface provided by the connector, DynamoDB can only be accessed by applications that natively support the API or SDKs.
Related topics