sqlite3

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// SQLite3 driver's name
	DRIVER_NAME = "sqlite3"
	// Database file name
	DB_NAME = "video_data.db"
	// Database version
	DB_VERSION = 1
	// Table name
	TB_VIDEO_DATA = "video_data"
)

Variables

This section is empty.

Functions

func GetAllData

func GetAllData() []Data

Get all data

func InitDB

func InitDB()

Initialize database

func InsertData

func InsertData(data *Data) int64

Insert a data to sqlite3 database

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL