Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.66 KB

LearningSQLite

GitHub Repo stars GitHub watchers

GitHub top language Lines of code GitHub repo size

GitHub issues GitHub pull requests GitHub

GitHub release (latest by date) GitHub all releases

About LearningSQLite

Just learning SQLite with C++. This project kinda counts as a wrapper for SQLite, download the src/database and contrib/SQLite folders and add them to your project, use src/database/main.cpp.txt as an example on how to use this wrapper.

Documentation

Our Documentation can be found in the code's //comments.

Bug Reporting

You can report bugs in the issues tab in the github repository.

Contributing

If you want to contribute, you can create a pull request so we can consider your contribution.

Please add your name and/or Github username to AUTHORS.md in your pull request.

Changelog

Please see CHANGELOG.md.