🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

github.com/cloudquery/sqlite

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/cloudquery/sqlite

v1.0.1
100

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Version published
Created

This is a fork of github.com/go-gorm/sqlite

That works with modernc.org/sqlite which is a pure-go sqlite implementation. Obviously, because modernc.org/sqlite is a re-implementation of sqlite there might be missing features and stability issues. It should work for development or simple use-cases.

GORM Sqlite Driver

CI

USAGE

import (
  "gorm.io/cloudquery/sqlite"
  "gorm.io/gorm"
)

// gitlab.com/modernc.org/sqlite
db, err := gorm.Open(sqlite.Open("gorm.db"), &gorm.Config{})

Checkout https://gorm.io for details.

FAQs

Package last updated on 02 Mar 2021

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