Commit graph

7 commits

Author SHA1 Message Date
0c5f1bc364 Merge pull request #277 from barakmich/upgrade_db
Add migration tool and use protos in Bolt store
2015-10-05 17:22:05 -04:00
3f391a782c first working-ish Postgres backend
Subcommits:

implement iterator and remove ResultTree

add Err() to sql

remove redundant and less helpful indices, change fillfactor, and use COPY FROM
2015-08-12 16:03:25 -04:00
kortschak
a8b3a04eda internal: move {config,db,http} into internal 2015-08-11 10:01:11 +09:30
7aed9db4af Add plumbing for bolt upgrades 2015-06-23 17:59:18 -04:00
9155dc0c56 spec out the interface change 2015-06-23 17:59:18 -04:00
Andrew Dunham
357478d1d1 Don't create a util package - move the functionality to 'internal' 2015-04-29 13:26:44 -07:00
Andrew Dunham
e9e768ce36 Refactor location of code
1. The 'cayley' command now lives under cmd/
2. Integration tests live under integration/
3. Some utility functions used in both the integration tests and the
   'cayley' command were split to their own 'util' package.
2015-04-29 12:45:58 -07:00