You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What sort of interface should we provide to databases?
To start we plan to support just datascript and the cljs build of datahike. No remote DB connections.
Eventually we'd like to support datomic, datahike on the server and other EDN+Datalog DBs like asami, datalevin, and crux.
Making the DB <-> UI interface async should cover a lot of our logistical needs, but that still leaves subtle differences in the APIs provided by each DB. datahike has one of the larger APIs so covering that should cover most of the others, but are there any caveats we are aware of that we should plan for?
The text was updated successfully, but these errors were encountered:
To start we plan to support just
datascript
and the cljs build ofdatahike
. No remote DB connections.Eventually we'd like to support
datomic
,datahike
on the server and other EDN+Datalog DBs likeasami
,datalevin
, andcrux
.Making the DB <-> UI interface async should cover a lot of our logistical needs, but that still leaves subtle differences in the APIs provided by each DB.
datahike
has one of the larger APIs so covering that should cover most of the others, but are there any caveats we are aware of that we should plan for?The text was updated successfully, but these errors were encountered: