Hacker News new | ask | show | jobs
by paulgb 6216 days ago
FWIW, even if you use django, the database is still Google's proprietary db.
1 comments

That's right, and because of that my applications deployed on there have 2 branches: one using Google DB and other using data models provided by Django. IMHO, developing this way is pretty easy and prepare you to migrate your apps if necessary.