mentat/src/common/datomish
Richard Newman 9d361055d3 Implement schema alteration. Fixes #78.
Altering uniqueness and cardinality attributes works, with the exception
of enabling uniqueness from nothing.

:db/noHistory and :db/isComponent changes are implemented but untested,
and aren't really supported by Datomish anyway.
2016-10-24 20:01:44 -07:00
..
db Process lookup-refs in batches. Fixes #25. 2016-09-30 16:47:04 -07:00
places Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
query Implement ground. Fixes #99. 2016-10-19 12:54:05 -07:00
transact Add db.alter/attribute to the bootstrap schema. 2016-10-24 20:01:44 -07:00
api.cljc Add {un}listen{-chan}! to connection. (#61) 2016-10-13 16:11:16 -07:00
datom.cljc Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
db.cljc Implement schema alteration. Fixes #78. 2016-10-24 20:01:44 -07:00
db_factory.cljc Implement ident renaming. Fixes #103. 2016-10-24 20:01:44 -07:00
jdbc_sqlite.clj Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
js.cljs Expose a 'tempid' function on transaction results, because JS object lookup doesn't work for TempIds. 2016-10-07 20:12:17 -07:00
js_util.cljs Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
pair_chan.cljc Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
promises.cljc Review comment: extracted shared go-promise. 2016-09-22 16:24:37 -07:00
query.cljc Implement all four find specs. Fixes #38. r=nalexander 2016-10-07 11:02:35 -07:00
schema.cljc Implement schema alteration. Fixes #78. 2016-10-24 20:01:44 -07:00
schema_changes.cljc Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
simple_schema.cljc Add handling of simple schemas. Fixes #53. 2016-09-22 15:59:15 -07:00
sqlite.cljc Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
sqlite_schema.cljc Review comments. 2016-09-30 17:00:27 -07:00
test_macros.cljc Move src-node and src-browser into subdirectories of src. 2016-09-09 12:07:03 -07:00
transact.cljc Implement schema alteration. Fixes #78. 2016-10-24 20:01:44 -07:00
util.cljc Implement ident renaming. Fixes #103. 2016-10-24 20:01:44 -07:00