Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bakercp/ofxSQLiteCpp
A package and examples around ofxSQLiteCpp.
https://github.com/bakercp/ofxSQLiteCpp
Last synced: 16 days ago
JSON representation
A package and examples around ofxSQLiteCpp.
- Host: GitHub
- URL: https://github.com/bakercp/ofxSQLiteCpp
- Owner: bakercp
- License: other
- Created: 2014-03-09T13:54:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T17:42:27.000Z (over 2 years ago)
- Last Synced: 2024-10-11T00:26:34.843Z (about 1 month ago)
- Language: C
- Size: 5.56 MB
- Stars: 21
- Watchers: 3
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ofxSQLiteCpp
============## Description
A very thin wrapper (hardly even a wrapper) around the amazing [SQLiteCpp](https://github.com/SRombauts/SQLiteCpp) project.
## Features
See the examples.
## Getting Started
To get started, generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/).
## Documentation
API documentation can be found here.
## Build Status
Linux, macOS [![Build Status](https://travis-ci.org/bakercp/ofxSQLiteCpp.svg?branch=master)](https://travis-ci.org/bakercp/ofxSQLiteCpp)
Visual Studio, MSYS [![Build status](https://ci.appveyor.com/api/projects/status/vojvulwcrhrlbog4/branch/master?svg=true)](https://ci.appveyor.com/project/bakercp/ofxsqlitecpp/branch/master)
## Compatibility
The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release.
The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master).
Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported.
### Requirements
- ofxPoco (included with openFrameworks)
- [ofxIO](https://github.com/bakercp/ofxIO)## Versioning
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
## Licensing
See `LICENSE.md`.
## Contributing
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
1. Fork this repository.
2. Create your feature branch (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add some feature'`).
4. Push to the branch (`git push origin my-new-feature`).
5. Create new Pull Request.