philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Use SQLite for backing store #12

Closed philpax closed 1 year ago

philpax commented 1 year ago

Right now, a JSON file is used to store data. This is pretty inefficient. SQLite would be a better fit.

philpax commented 1 year ago

Also, be sure to include author / timestamp.