Documentation ¶
Index ¶
- func NewDriver() jdb.Driver
- type Postgres
- func (s *Postgres) Command(command *jdb.Command) (et.Item, error)
- func (s *Postgres) Connect(params et.Json) error
- func (s *Postgres) Count(linq *jdb.Linq) (int, error)
- func (s *Postgres) CreateCore() error
- func (s *Postgres) CreateDatabase(name string) error
- func (s *Postgres) CreateModel(model *jdb.Model) error
- func (s *Postgres) CreateSchema(name string) error
- func (s *Postgres) Current(command *jdb.Command) (et.Items, error)
- func (s *Postgres) CurrentSerie(tag string) int64
- func (s *Postgres) DeleteUser(username string) error
- func (s *Postgres) Disconnect() error
- func (s *Postgres) DropDatabase(name string) error
- func (s *Postgres) DropSchema(name string) error
- func (s *Postgres) Exec(sql string, params ...interface{}) error
- func (s *Postgres) GetSerie(tag string) int64
- func (s *Postgres) Last(linq *jdb.Linq) (et.Items, error)
- func (s *Postgres) MutateModel(model *jdb.Model) error
- func (s *Postgres) Name() string
- func (s *Postgres) NextCode(tag, prefix string) string
- func (s *Postgres) One(sql string, params ...interface{}) (et.Item, error)
- func (s *Postgres) Query(linq *jdb.Linq) (et.Items, error)
- func (s *Postgres) SQL(sql string, params ...interface{}) (et.Items, error)
- func (s *Postgres) SetMain(params et.Json) error
- func (s *Postgres) SetSerie(tag string, val int) int64
- func (s *Postgres) SetUser(username, password, confirmation string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Postgres ¶
type Postgres struct {
// contains filtered or unexported fields
}
func (*Postgres) CreateCore ¶
func (*Postgres) CreateDatabase ¶
func (*Postgres) CreateSchema ¶
func (*Postgres) CurrentSerie ¶
func (*Postgres) DeleteUser ¶
func (*Postgres) Disconnect ¶
func (*Postgres) DropDatabase ¶
func (*Postgres) DropSchema ¶
Click to show internal directories.
Click to hide internal directories.