Versions in this module Expand all Collapse all v2 v2.0.0 Sep 18, 2022 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 any) error Other modules containing this package github.com/kanjih/go-spnr