Creation/Dev/Gscript/Using SQLite: Difference between revisions
From Graal Bible
(going to write) |
No edit summary |
||
Line 1: | Line 1: | ||
... | = Preamble = | ||
== Target Audience == | |||
This guide will not teach you how to script. It is directed toward already-competent scripters who wish to incorporate SQLite into their scripts. | |||
== Required Skills and Knowledge == | |||
* Basic understanding of GS2 | |||
* Basic understanding of storing data in traditional ways (flatfile) | |||
* Basic understanding of the way tables work (for example, Microsoft Excel) | |||
= Introduction = | |||
== What is SQLite? == | |||
[http://sqlite.org/ SQLite] is ''a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine''. |
Revision as of 18:20, 5 December 2009
Preamble
Target Audience
This guide will not teach you how to script. It is directed toward already-competent scripters who wish to incorporate SQLite into their scripts.
Required Skills and Knowledge
- Basic understanding of GS2
- Basic understanding of storing data in traditional ways (flatfile)
- Basic understanding of the way tables work (for example, Microsoft Excel)
Introduction
What is SQLite?
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.