- Apps that need lightweight replacement for oracle, MySQL etc.., which they use just to store and retrieve data
- Those who want to conveniently process CSV files with SQL.
Replies
Best
Maker
Happy to introduce you Icecoal, a open-source lightweight SQL database.
Targets are,
- Apps that will be blown away by a SQL database
- Apps and businesses that need lightweight replacement for oracle, MySQL etc.., which they use just to store and retrieve data
- Those who want to have a database in their app or system without worrying about technical jargons like JDBC, ODBC, connection driver etc..
- Those who want to conveniently process CSV files with SQL.
Features:
- Written purely in python
- Light weight (Just 57 Kb in total)
- No external dependencies
- Easy to add in your app or system (Just import!)
Icecoal supports only basic limited SQL operations comparing with oracle and mysql. which is enough for small apps to have their own database to store, retrieve update and delete data and to process on existing csv data files.
Command to install : 'pip install icecoal'
Github project link : github.com/ppml38/icecoal
Report
Its cool !!
I simply had to add an import statement in my app to have a database. It has blown away my app.
Replies