-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Adam Lane edited this page Jan 2, 2016
·
18 revisions
Welcome to the Scala Datomic Driver wiki!
Step #1 : Scala DSL for Datomic Schema
Step #2 : Query results superficial typing
Step #3 : Parsing Datomic Query into Scala AST
Step #4 : Query Parsing, Serializing, Executing, Mapping results on custom Scala Types (DatomicData)
Step #5 : Compile time Query parsing with Scala Macro
Step #6 : Create Programmatic Schema & Data
Step #7 : Improve AddEntity syntax
Step #8 : Integrating Future for Reactive API