Skip to content

Releases: btnguyen2k/godynamo

v0.1.0

27 May 12:54
6289e7a
Compare
Choose a tag to compare
  • Driver for database/sql, supported statements:
    • Table: CREATE TABLE, LIST TABLES, DESCRIBE TABLE, ALTER TABLE, DROP TABLE.
    • Index: DESCRIBE LSI, CREATE GSI, DESCRIBE GSI, ALTER GSI, DROP GSI.
    • Document: INSERT, SELECT, UPDATE, DELETE.