

As such, you’ll want to have as much flexibility in and knowledge of your database as possible.

It’s a fundamental piece of technology for your site and server. Your site will display or update its content based on the database.The server will access the database on your behalf (a seamless process), pull or push data, and return it to the frontend.Your site’s pages will use HTML and PHP to talk to the server.In a general sense, the database is one of the endpoints for your site. The database itself will sit on your server, alongside the other backend elements such as the core files of your site, any media you use, and the server configuration files. An Introduction to Open Source Database SoftwareĪ database is backend storage for an application - like, for instance, a web app (which is the primary app type we’ll reference throughout this piece).
