I want to upload a simple web site(Resume website) to google app engine.My web site is dynamic so i need to use database.I went through various tutorial where i found that google cloud sql can be used for a dyanamic website but it cost money.so my question is how can i use a database for my website without any payment.Is there any other ways.Plzz help me.
Share
https://developers.google.com/appengine/docs/java/datastore/
Then use the Datastore API (from Java, Python or Go)