StackBase 1.0.7.1

StackBase 1.0.7.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2018

Maintained by Chris.



StackBase 1.0.7.1

  • By
  • Chris




An In-Progress Solution to Backend

Welcome to Stackbase, a MySQL-based backend framework currently built for Objective-C developers. By providing an easy-to-implement framework, Stackbase offers a solution for coders who are not confident in building their own databases or do not wish to spend excessive time away from frontend. As will be demonstrated, Stackbase allows users to set up, maintain and use their own MySQL tables by only using Objective-C methods.

Benefits

To be brief, Stackbase brings developers the following benefits:

  • Simple methods that create, edit, delete, query from, upload to, and update intended MySQL tables

  • Complex queries implemented in an easily digested manner

  • Indexing done for the user. Columns are optimized for 'WHERE' conditions, including fulltext searches and UNION/or

  • Currently free and easy to set up. As this is framework in early development, it is free to use, making backend 100% money and hassle free.

Limitations

  • Conversely, since StackBase is in early development it is also not scaled. Enjoy it as a free service, but do not use it commercially (yet).

SetUp

Usage

To run the example project, clone the repo, and run pod install from the 'Example' directory to ensure all pods are synced.

Requirements

  • Xcode

Installation

StackBase is available through CocoaPods. To install
it, simply add the following line to your Podfile:

pod 'StackBase'

Author

Chris, [email protected]

License

StackBase is available under the MIT license. See the LICENSE file for more info.