# Sqflite guide

* How to [Open a database](opening_db.md)
* How to [Open an asset database](opening_asset_db.md)
* Basic [SQL information](sql.md)
* How to [Delete a database](deleting_db.md)
* Solve you [build and runtime issues](troubleshooting.md)
* Some personal [usage recommendations](usage_recommendations.md)
* Some [dev tips](dev_tips.md)
* Get information about the [SQLite version](version.md) 
* [Sqflite development](sqflite_dev_guide.md) guide
* [Unit testing](testing.md) 
* [External](external.md) documentation and tutorials
* [Supports Windows and Linux](https://github.com/tekartik/sqflite/blob/master/sqflite_common_ffi/doc/using_ffi_instead_of_sqflite.md)
