package libsql
import "github.com/tursodatabase/libsql-client-go/libsql"
Index ¶
- func Contains[S ~[]E, E comparable](s S, v E) bool
- func Index[S ~[]E, E comparable](s S, v E) int
- func NewConnector(dbPath string, opts ...Option) (driver.Connector, error)
- type Driver
- type Option
Functions ¶
func Contains ¶
func Contains[S ~[]E, E comparable](s S, v E) bool
func Index ¶
func Index[S ~[]E, E comparable](s S, v E) int
func NewConnector ¶
Types ¶
type Driver ¶
type Driver struct{}
func (Driver) Open ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
func WithAuthToken ¶
func WithProxy ¶
func WithSchemaDb ¶
func WithTls ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
libsql/internal |
- Version
- v0.0.0-20240902231107-85af5b9d094d (latest)
- Published
- Sep 2, 2024
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- now –
Tools for package owners.