From 355a4e64c39c3e6ae02d7ff19e628d06d98e2f8e Mon Sep 17 00:00:00 2001 From: August Mueller Date: Fri, 13 Jun 2014 10:08:50 -0700 Subject: [PATCH] Updated readme pointing to other projects using FMDB, as well as a support section telling everyone to send me all their money. --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.markdown b/README.markdown index dd780432..cb882659 100644 --- a/README.markdown +++ b/README.markdown @@ -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. @@ -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.