Many RDBMSs are available for you to use with PHP, including PostgreSQL, MySQL,
Oracle, and so on. PostgreSQL is arguably the world’s most advanced open source database,
and it’s a free, fast, and reliable database. Another important advantage is that many web hosting
providers offer access to a PostgreSQL database, which makes your life easier when going
live with your newly created e-commerce web site. We’ll use PostgreSQL as the back end database
when developing the e-commerce web site.
The language used to communicate with a relational database is SQL (Structured Query
Language). However, each database engine recognizes a particular dialect of this language. If
you decide to use a different RDBMS than PostgreSQL, you’ll probably need to update some of
the SQL queries.
Oracle, and so on. PostgreSQL is arguably the world’s most advanced open source database,
and it’s a free, fast, and reliable database. Another important advantage is that many web hosting
providers offer access to a PostgreSQL database, which makes your life easier when going
live with your newly created e-commerce web site. We’ll use PostgreSQL as the back end database
when developing the e-commerce web site.
The language used to communicate with a relational database is SQL (Structured Query
Language). However, each database engine recognizes a particular dialect of this language. If
you decide to use a different RDBMS than PostgreSQL, you’ll probably need to update some of
the SQL queries.
0 comments:
Post a Comment