CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Use sqlar to store Neuronify files #188

Open dragly opened 6 years ago

dragly commented 6 years ago

We currently store Neuronify files in a way very similar to how sqlar is implemented, with the exception that sqlar is a built-in standard in SQLite: https://sqlite.org/sqlar.html

We should consider transitioning to sqlar.