flask-simple

flask-simple is an extension for Flask that makes using Amazon’s SimpleDB NoSQL database incredibly simple and enjoyable.

SimpleDB is a NoSQL database, 100% hosted by Amazon, which allows you to store any variable JSON data. All fields are indexed automatically, so no table schema is necessary – and the best part is that you can query records via SQL.

User’s Guide

This part of the documentation will show you how to get started with flask-simple. If you’re a new flask-simple user, start here!

API Reference

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

Additional Notes

This part of the documentation covers changes between versions and upgrade information, to help you migrate to newer versions of flask-simple easily.

flask-simple is in the public domain (UNLICENSE), so you can do whatever you want with it!

About

flask-simple makes using Amazon SimpleDB incredibly simple. You are currently looking at the latest version of this documentation.

Useful Links

Fork me on GitHub

This Page