Skip to content

Commit

Permalink
Updated readme pointing to other projects using FMDB, as well as a su…
Browse files Browse the repository at this point in the history
…pport section telling everyone to send me all their money.
  • Loading branch information
ccgus committed Jun 13, 2014
1 parent 545d3b7 commit 355a4e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ The history and changes are availbe on its [GitHub page](https://github.com/ccgu

The contributors to FMDB are contained in the "Contributors.txt" file.

## Additional projects using FMDB, which might be interesting to the discerning developer.

* FMDBMigrationManager, A SQLite schema migration management system for FMDB: https://github.com/layerhq/FMDBMigrationManager
* FCModel, An alternative to Core Data for people who like having direct SQL access: https://github.com/marcoarment/FCModel

## Quick notes on FMDB's coding style

Spaces, not tabs. Square brackets, not dot notation. Look at what FMDB already does with curly brackets and such, and stick to that style.
Expand All @@ -255,6 +260,12 @@ Then you can bring it up on the FMDB mailing list by showing your nice and compa

Figure out where the bug is, fix it, and send a patch in or bring that up on the mailing list. Make sure all the other tests run after your modifications.

## Support

The support channels for FMDB are the mailing list (see above), filing a bug here, or maybe on Stack Overflow. So that is to say, support is provided by the community and on a voluntary basis.

FMDB development is overseen by Gus Mueller of Flying Meat. If FMDB been helpful to you, consider purchasing an app from FM or tell all your friends about it.

## License

The license for FMDB is contained in the "License.txt" file.

0 comments on commit 355a4e6

Please sign in to comment.