Skip to content

ihippik/tiny-driver

Repository files navigation

Tiny-driver

Yet another PostgreSQL driver.

The driver was written for educational purposes for my article on the Medium

A minimum of functionality has been implemented which should be enough to explain the principle of work.

Do not use in production 💀

Was inspired by:

Example

import (
    "database/sql"
    _ "github.com/ihippik/tiny-driver"
)

func main() {
    dsn := "postgres://postgres:postgrespw@localhost:55000/postgres?sslmode=disable"
    db, err := sql.Open("tiny", dsn)
}

About

Yet another PostgreSQL driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy