Concept : Introduction to Working with SQL Databases
Page Status: Beta
Contents |
[edit] Description
Bungee Connect currently provides database connectivity to both MySQL and PostgreSQL databases. The following documents work together to paint a picture of how you can design an application to interact with your database.
Connecting to an SQL Database
Creating a Class to Contain Row Data from an SQL Table
Logging in to an SQL Database
Adding CRUD Operations to a Class
Using SQL Prepared Statements
Debugging SQL
[edit] See Also
[edit] Tags
Categories: Concept | SQL