mentat/test/datomish
Nick Alexander 900e77862e Implement database on top of SQLite connection. r=rnewman
We would prefer to talk about a knowledge base on top of a database, but
all the Datomic and DataScript code (and symbols, like :db/add, etc)
refer to the "database of datoms", so let's roll with that nomenclature
and try to be specific that the persistent storage-layer is SQLite.
This will become more clear when we actually use SQLite's unique
capabilities for text indexing.
2016-07-13 12:37:23 -07:00
..
test First pass at translating Datalog queries into SQL. r=nalexander 2016-07-13 09:51:42 -07:00
jdbc_sqlite_test.clj Add an SQLite connection abstraction. 2016-07-12 13:56:26 -07:00
promise_sqlite_test.cljs Add an SQLite connection abstraction. 2016-07-12 13:56:26 -07:00
test.cljs Implement database on top of SQLite connection. r=rnewman 2016-07-13 12:37:23 -07:00
test_macros_test.clj Add an async and async testing framework. 2016-07-12 13:56:26 -07:00
test_macros_test.cljs Add an async and async testing framework. 2016-07-12 13:56:26 -07:00