TODO(barakmich): Deprecate in favor of transaction. AddQuadSet adds a set of quads to the store, atomically if possible.
([]quad.Quad)
| 144 | // TODO(barakmich): Deprecate in favor of transaction. |
| 145 | // AddQuadSet adds a set of quads to the store, atomically if possible. |
| 146 | AddQuadSet([]quad.Quad) error |
| 147 | |
| 148 | // RemoveQuad removes a quad matching the given one from the database, |
| 149 | // if it exists. Does nothing otherwise. |
no outgoing calls