DatabaseName is the name of the database that the driver targets like "postgres" or "sqlite". This is used for purposes like a cache key prefix in riverdbtest so that multiple drivers may share schemas as long as they target the same database. API is not stable. DO NOT USE.
()
| 65 | // |
| 66 | // API is not stable. DO NOT USE. |
| 67 | DatabaseName() string |
| 68 | |
| 69 | // GetExecutor gets an executor for the driver. |
| 70 | // |
no outgoing calls