Skip to content

oskoi/amelie-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amelie Driver for Go

Amelie Driver is is an implementation of database/sql/driver interface.

Installing

go get -u github.com/oskoi/amelie-go
  • basic -- basic API usage.
  • async -- uses ExecuteRaw to asynchronously wait for results.

clone repo and run container:

$ git clone https://github.com/oskoi/amelie-go && cd amelie-go
$ docker run --platform linux/amd64 -it -v ./:/home ubuntu:25.04

and run example in container:

$ apt-get update && apt-get install -y git golang tzdata # choose geographic area and time zone for tzdata
$ cd /home && go run examples/basic/main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages