Introducing sqlite.directory

sqlite.directory is a directory of web applications that use the SQLite database engine in some meaningful capacity in production. I have just launched the initial release today. Check it out and list your SQLite-backed app today: https://sqlite.directory

A screenshot of the sqlite.directory listing form


The whole app is open source, a simple #SQLiteOnRails application. The codebase is vanilla Rails, Puma, and—of course—SQLite. Basically the simplest possible setup. Feel free to make suggestions or improvements.

https://github.com/fractaledmind/sqlite.directory

I’ve started simple and minimal, but there are all kinds of additional data we could gather about production applications that rely on SQLite. Let me know your thoughts on how to make sqlite.directory the best possible collection of information on production SQLite usage.


If you would like to contribute to the application itself, it is still very early days for this so your mileage will vary here.

But almost any contribution will be beneficial at this point. Check the current Issues to see where you can jump in!

If you’ve got an improvement, just send in a pull request!

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

If you’ve got feature ideas, simply open a new issues!