Skip to content

A simple example of how to initialise an SQLite3 DB with built-in support for migrations.

License

Notifications You must be signed in to change notification settings

dihedron/sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite3

A simple example of how to initialise an SQLite3 DB with built-in support for migrations.

The migration scripts can be read from a directory on disk or be embedded inside the application executable by leveraging Go 1.16 embed command.

About

A simple example of how to initialise an SQLite3 DB with built-in support for migrations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages