graphitesql 0.0.13

A pure, safe, no_std Rust re-implementation of SQLite, compatible with the SQLite 3 file format.
Documentation
graphitesql is in the public domain.

The authors disclaim copyright to this source code. In place of a legal
notice, here is a blessing, in the same spirit as the one SQLite — the work
this project re-implements — places upon itself:

    May you do good and not evil.
    May you find forgiveness for yourself and forgive others.
    May you share freely, never taking more than you give.

----------------------------------------------------------------------------

To the extent that a public-domain dedication is not recognized in a given
jurisdiction, the authors grant anyone the irrevocable right to use, copy,
modify, publish, distribute, sublicense, and/or sell this software, for any
purpose, commercial or non-commercial, and by any means, without any
conditions and without warranty of any kind.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

----------------------------------------------------------------------------

SQLite itself is public domain, created by D. Richard Hipp and contributors.
graphitesql uses SQLite's source and documentation only as a specification
reference; no SQLite code is included in this project. See NOTICE and
ATTRIBUTION.md.