sq3-rs 0.2.13

SQLite reader with no dependencies
Documentation
1
2
3
4
5
6
7
8
9
SQLite format 3@  .c
��.��P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)��tablestockstockCREATE TABLE "stock" (
	"id"	INTEGER NOT NULL UNIQUE,
	"name"	TEXT,
	"qty"	INTEGER,
	"price"	REAL,
	PRIMARY KEY("id" AUTOINCREMENT)
))=indexsqlite_autoindex_stock_1stock
��AAPL�@Lc�
=p�
��		
��	stock