Skip to content

heavyrain266/sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hipp

A fresh SQLite driver for Odin language

Warning

Pre-compiled sqlite3 objects are not provided for safety reasons.
Bundled amalgamation of SQLite in sqlite3/src folder can be compiled using either [sqlite3/src/build.bat] OR [sqlite3/src/Makefile].

Overview

Hipp is a fresh driver for SQLite database created by Richard Hipp from who's name the package was derived from.

Samples

Hipp provides a few SQLite samples in sqlite3/samples used to demonstrate use of the C API.

  • simple.odin
    • odin run sqlite3/samples/simple.odin -file creates a simple schema and queries message to draw it with raylib
    • pass -define:HEADLESS_MODE to see results in terminal instead

About

A fresh SQLite driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •