sqlstore provides an RDBMS-based StorageInterface implementation for TiddlyWeb using SQLAlchemy. By using SQLAlchemy, the same code can be used to store data in many different systems. Tested so far are:

The store has not been extensively tested in production yet, so you should be careful when using it with delicate data. If you have existing TiddlyWeb content that you would like to migrate to the sql store, you might investigate the migrate plugin.

The code, with instructions, can be found on github.