New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

github.com/phf/go-sqlite3

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/phf/go-sqlite3

  • v0.0.0-20131126014027-651e91a4ca85
  • Source
  • Go
  • Socket score

Version published
Created

This project is defunct and has been superseded by https://github.com/mattn/go-sqlite3 and other sqlite3 database drivers for Go.


SQLite database driver for Go

The SQLite driver supports the generic database API described here:

http://github.com/phf/go-db

The driver is not yet stable! If you decide to track it, you should be okay with frequent, potentially incompatible changes. You have been warned.

To install, clone into $GOROOT/src/pkg/db/sqlite3/ for now.

Special thanks to Eden Li and Masaaki Yonebayashi.

FAQs

Package last updated on 26 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts