databases

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: May 29, 2021 License: MIT Imports: 7 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
open.go db_open sql.Open 関数の使い方についてサンプルです
ping.go db_ping (*sql.DB).Ping の使い方についてのサンプルです

Documentation

Overview

Package databases -- database/sql パッケージについてのサンプルが配置されているパッケージです。

Index

Constants

View Source
const (
	Driver string = "sqlite"     // ドライバ名
	Dsn    string = "chinook.db" // 接続文字列
)

Variables

This section is empty.

Functions

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

Types

This section is empty.

Jump to

Keyboard shortcuts

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