Skip to content

Commit 02fccda

Browse files
committed
Updated README files
1 parent d0173dc commit 02fccda

File tree

10 files changed

+57
-226
lines changed

10 files changed

+57
-226
lines changed

cmd/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+

npm/sqlite3/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

pkg/importer/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

pkg/indexer/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

pkg/lang/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

pkg/lang/doc.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*
2+
Package lang provides a statement builder for sqlite
3+
*/
4+
package lang

pkg/quote/old/quote.go_old

Lines changed: 0 additions & 147 deletions
This file was deleted.

pkg/quote/old/quote_test.go_old

Lines changed: 0 additions & 78 deletions
This file was deleted.

pkg/sqobj/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11

2-
# SQLite Objects (SQObjects)
2+
# sqlite3 objects (SQObjects)
33

44
This package provides a method forwriting, reading and deleting go objects (structures)
55
to and from SQLite databases. Not exactly a full "Object Relational Database" but a way
66
to reduce the amount of boilerplate code and error handling need to keep a database
77
in 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+
913
The general method is:
1014

1115
1. Use [tags](https://golang.org/ref/spec#Struct_types) on your `struct` definition to

plugin/sqlite3/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+

0 commit comments

Comments
 (0)