Welcome!
This page is a Fossil source code repository for sqlite-related code. The home page for this code is at http://wanderinghorse.net/computing/sqlite/.
Caveats
You cannot download from this repo without logging in, but the default login name and password are listed on the login page. (This is an anti-bot measure.)
Licenses
All of this code is released under an open license, though the specific license varies per sub-project. Some is Public Domain while some is more zlib-style. Please see the documentation and header files for each sub-project.
Downloading this code
There are two options for downloading. The first is to log in as the anonymous use and follow the /leaves link. Then find the top-most entry and click that. From there, you can download a zip file containing the latest checked-in source code.
Optionally, you can use fossil:
~> fossil clone \ http://anonymous:anonymous@fossil.wanderinghorse.net/repos/sqlite-stuff/index.cgi \ sqlite.fsl
(All on one line.)
That will copy the repository to sqlite.fsl, which you can then open with:
~> mkdir sqlite ~> cd sqlite ~> fossil open ../sqlite.fsl
That checks out the files under the current dir. Each sub-project is in its own subdir, typically with a Makefile written for systems running GNU Make and gcc.
If you are interesting in contributing to this code, there are several options:
- Send me a patch or code snippet (need not be in "patch" format if it's easy enough to handle).
- Get in touch with me and we can get you set up with write access to this repo (requires the Fossil tool).
- Just send me an idea of what it is you'd like to see changed/fixed/added. Oftentimes a simple suggestion is a great catalyst for a feature.