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
This commit is contained in:
parent
17c636ad29
commit
3f391a782c
6 changed files with 643 additions and 2 deletions
|
|
@ -66,6 +66,8 @@ const (
|
|||
Label
|
||||
)
|
||||
|
||||
var Directions = []Direction{Subject, Predicate, Object, Label}
|
||||
|
||||
func (d Direction) Prefix() byte {
|
||||
switch d {
|
||||
case Any:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue