mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ent/doc: crud api
Reviewed By: alexsn Differential Revision: D17094376 fbshipit-source-id: 9b1da24b99bb3ff15382b3a17516904decbca322
This commit is contained in:
committed by
Facebook Github Bot
parent
a6bf47b384
commit
52b268c05c
@@ -24,7 +24,7 @@ func NewDriver(c *Client) *Driver {
|
||||
}
|
||||
|
||||
// Dialect implements the dialect.Dialect method.
|
||||
func (Driver) Dialect() string { return dialect.Neptune }
|
||||
func (Driver) Dialect() string { return dialect.Gremlin }
|
||||
|
||||
// Exec implements the dialect.Exec method.
|
||||
func (c *Driver) Exec(ctx context.Context, query string, args, v interface{}) error {
|
||||
|
||||
Reference in New Issue
Block a user