Versions in this module Expand all Collapse all v0 v0.1.1 Mar 24, 2022 v0.1.0 Nov 17, 2021 Changes in this version + func DML(ctx context.Context, client *spanner.Client, tx *spanner.ReadWriteTransaction) + type Album struct + AlbumID int64 + SingerID string + Title spanner.NullString + type Singer struct + Name string + SingerID string + type SingerStore struct + func NewSingerStore() *SingerStore + func (s *SingerStore) GetCount(ctx context.Context, tx spnr.Transaction, cnt interface{}) error Other modules containing this package github.com/kanjih/go-spnr/v2