mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: add debug option to client
Summary: It's possible to execute: ``` client.Debug().T.Query().AllX(ctx) `` Reviewed By: alexsn Differential Revision: D17092159 fbshipit-source-id: 6d1c56e8e45cfd8e36b2700c9d450f2bd5f66a71
This commit is contained in:
committed by
Facebook Github Bot
parent
e7fec6f8f9
commit
dc542e46ae
@@ -17,7 +17,7 @@ import (
|
||||
const (
|
||||
MySQL = "mysql"
|
||||
SQLite = "sqlite3"
|
||||
Neptune = "neptune"
|
||||
Gremlin = "gremlin"
|
||||
)
|
||||
|
||||
// ExecQuerier wraps the 2 database operations.
|
||||
|
||||
Reference in New Issue
Block a user