SQLite: Difference between revisions
Appearance
Created page with "==Description== A multi-platform flat file database engine with a simplified SQL interface. Intended to be embedded into other programs as a lightweight database engine ra..." |
|||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
A multi-platform flat file database engine with a simplified [[SQL]] interface. Intended to be embedded into other programs as a lightweight database engine rather than as a standalone tool and as such has direct support for C, C++ and TCL and support for a multitude of others via third parties. | A multi-platform flat file database engine with a simplified [[SQL]] interface and relational capabilities. Intended to be embedded into other programs as a lightweight database engine rather than as a standalone tool and as such has direct support for C, C++ and TCL and support for a multitude of others via third parties. | ||
==Author== | ==Author== |
Revision as of 19:13, 30 November 2014
Description
A multi-platform flat file database engine with a simplified SQL interface and relational capabilities. Intended to be embedded into other programs as a lightweight database engine rather than as a standalone tool and as such has direct support for C, C++ and TCL and support for a multitude of others via third parties.
Author
- Dwayne Richard Hipp
Links
License
- The main program is in the Public Domain, some of the extensions offered by the original author are only available under a commercial license, but they are usually not distributed with the main package.
Contact info
- Hipp, Wyrick & Company Inc. - Applied Software Research
- Tel: +1 704 948 4565.
- E-Mail: drh@hwaci.com