File tree Expand file tree Collapse file tree 10 files changed +57
-226
lines changed Expand file tree Collapse file tree 10 files changed +57
-226
lines changed Original file line number Diff line number Diff line change 1+
2+ # sqlite3 example applications
3+
4+ TODO
5+
6+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
7+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
8+ for more information.
9+
Original file line number Diff line number Diff line change 1+ # sqlite3 frontend
2+
3+ TODO
4+
5+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
6+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
7+ for more information.
Original file line number Diff line number Diff line change 1+
2+ # generalized data importer
3+
4+ TODO
5+
6+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
7+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
8+ for more information.
Original file line number Diff line number Diff line change 1+
2+ # file-based search indexer package
3+
4+ TODO
5+
6+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
7+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
8+ for more information.
Original file line number Diff line number Diff line change 1+
2+ # sqlite3 language builder
3+
4+ TODO
5+
6+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
7+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
8+ for more information.
Original file line number Diff line number Diff line change 1+ /*
2+ Package lang provides a statement builder for sqlite
3+ */
4+ package lang
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
2- # SQLite Objects (SQObjects)
2+ # sqlite3 objects (SQObjects)
33
44This package provides a method forwriting, reading and deleting go objects (structures)
55to and from SQLite databases. Not exactly a full "Object Relational Database" but a way
66to reduce the amount of boilerplate code and error handling need to keep a database
77in syncronization with objects.
88
9+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
10+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
11+ for more information.
12+
913The general method is:
1014
1115 1 . Use [ tags] ( https://golang.org/ref/spec#Struct_types ) on your ` struct ` definition to
Original file line number Diff line number Diff line change 1+ # sqlite3 REST API
2+
3+ TODO
4+
5+ This package is part of a wider project, ` github.com/djthorpe/go-sqlite ` .
6+ Please see the [ module documentation] ( https://github.com/djthorpe/go-sqlite/blob/master/README.md )
7+ for more information.
8+
You can’t perform that action at this time.
0 commit comments