There is no public storage SPI, your only path would be to emulate one of the supported storage services’ APIs sufficiently to support what datomic needs. Datomic only uses a small fraction of what something like SQL or Cassandra offer, but it is an implementation detail, so you’d be in pretty tough territory. Probably not worth the effort…especially considering that support for storage backends have been removed more than added over the years.