home / dmd

aws_elasticache_datastore_engines

✎ View and edit SQL

This data as json

0 records

CREATE TABLE aws_elasticache_datastore_engines (
  engine TEXT NOT NULL,
  engine_version TEXT NOT NULL,
  deprecation TEXT NOT NULL,

  UNIQUE (engine, engine_version) ON CONFLICT REPLACE
);
Powered by Datasette · Queries took 6.755ms