Skip to content

Potterli20/sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of github.com/yevgenypats/sqlite 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages