Skip to first unread message

_mR

unread,
Jun 15, 2014, 1:37:53 AM6/15/14
to mitappinv...@googlegroups.com

TinyWebDB limits, and size

where do you get your own free database and foes it have limits like the test site below?  thanks

http://appinvtinywebdb.appspot.com

Stephen Zipprich

unread,
Jun 15, 2014, 10:41:22 AM6/15/14
to mitappinv...@googlegroups.com

Taifun

unread,
Jun 15, 2014, 10:42:14 AM6/15/14
to mitappinv...@googlegroups.com
 Creating a Custom TinyWebDB Service
Taifun

Trying to push the limits of App Inventor! Snippets and Tutorials from Pura Vida Apps by Taifun.         

_mR

unread,
Jun 16, 2014, 1:42:35 AM6/16/14
to mitappinv...@googlegroups.com
i was talking about a http://appinvtinywebdb.appspot.com databasem can we use one without size limits

TinyWebDB limits, and size

where do you get your own free database and does it have limits like the test site below?  thanks

http://appinvtinywebdb.appspot.com

Taifun

unread,
Jun 16, 2014, 10:04:31 AM6/16/14
to mitappinv...@googlegroups.com
where do you get your own free database 

rodo...@gmail.com

unread,
Jul 21, 2014, 9:46:18 PM7/21/14
to mitappinv...@googlegroups.com
Hey _mR,

you can create your own database by downloading the google app engine sdk from here https://developers.google.com/appengine/downloads

then, creating an application database here https://appengine.google.com/


and follow the instructions in this video: https://www.youtube.com/watch?v=qaZiBIc2ORY

the tinywebdb will still have a limit of 500 characters in a stored entry but that can be modified by changing the line db.delete(entries[:500]) to db.delete(entries[:1500]) in the main.py file stored in the customtinywebdb.zip file. you dont have to change it to 1500, but any higher number to 500 will do
Reply all
Reply to author
Forward
0 new messages