Relative Content

Tag Archive for database

Storing revisions of a document

This is a follow up question to my original question. I’m thinking of going with generating diffs and storing those diffs in the database ‘History’ table.

How can a single database work for website, mobile apps?

We have developed a job-portal where users can view jobs and and also post jobs. We have used Php and MySQL. We hosted this on web faction. Now we want to develop the mobile app of the job portal for android, ios and windows. As the database should be synchronous and aligned dynamically with apps and website database. As the back-end code has to be changed to Java in android and c# in windows, how to manage a single synchronous database?

Designing a Web Application with Two Different Backend Databases [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I’m working on a pretty standard LAMP based […]