Remix
Remix
remix/data-table · TypeView Source

AdapterCapabilities

Summary

Declares adapter feature support.

Signature

type AdapterCapabilities = {
  migrationLock: boolean;
  returning: boolean;
  savepoints: boolean;
  transactionalDdl: boolean;
  upsert: boolean;
};