jkuchar / MultipleFileUpload

Upload more files at once using Nette Forms. More front-end interfaces available. (fallback between them is available)
http://addons.nette.org/cs/multiplefileupload
BSD 3-Clause "New" or "Revised" License
10 stars 11 forks source link

Add support for Sqlite3 #3

Closed TomPastyrik closed 10 years ago

TomPastyrik commented 11 years ago

Since Sqlite is really old technology, I would add support for Sqlite3, as did @Ciki in his fork (https://github.com/Ciki/MFU). Sqlite version is not being supported or is less stable then Sqlite3, since this newer version is out.

So forcing user to add another dependency (Dibi) is not really nice :) If requested, I can prepare a pull, but adding tis feature should not be very hard since it has been already implemented by @Ciky.

jkuchar commented 11 years ago

Thanks for your advice, definitely it is planned. However I'm abroad and don't have notebook with IDE here. So if you want is now, please create pull request. If you don't need it now, I'll do that in month (or two :-) ).

For quick reference link to Ciki's implementation: https://github.com/Ciki/MFU/tree/master/app/components/MultipleFileUpload/Models/SQLite3