All Projects → taniarascia → Pdo

taniarascia / Pdo

Licence: mit
Connecting to MySQL in PHP using PDO.

Projects that are alternatives of or similar to Pdo

Mysqldump Php
PHP version of mysqldump cli that comes with MySQL
Stars: ✭ 975 (+421.39%)
Mutual labels:  sql, pdo, database, mysql
Php Sql Query Builder
An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
Stars: ✭ 313 (+67.38%)
Mutual labels:  sql, pdo, database, mysql
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+1082.35%)
Mutual labels:  sql, database, mysql
Mysql Container
MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 117 (-37.43%)
Mutual labels:  sql, database, mysql
Db Tutorial
💾 db-tutorial 是一个数据库教程。
Stars: ✭ 128 (-31.55%)
Mutual labels:  sql, database, mysql
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (+1002.67%)
Mutual labels:  sql, database, mysql
Alpine Mariadb
MariaDB running on Alpine Linux [Docker]
Stars: ✭ 117 (-37.43%)
Mutual labels:  sql, database, mysql
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-32.09%)
Mutual labels:  sql, database, mysql
Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (+577.54%)
Mutual labels:  sql, database, mysql
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-24.6%)
Mutual labels:  sql, database, mysql
Mysql
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
Stars: ✭ 11,735 (+6175.4%)
Mutual labels:  sql, database, mysql
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-3.21%)
Mutual labels:  sql, database, mysql
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-40.64%)
Mutual labels:  database, mysql, app
Node Mysql Utilities
Query builder for node-mysql with introspection, etc.
Stars: ✭ 98 (-47.59%)
Mutual labels:  sql, database, mysql
Ohmysql
Easy direct access to your database 🎯 http://oleghnidets.github.io/OHMySQL/
Stars: ✭ 166 (-11.23%)
Mutual labels:  sql, database, mysql
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-50.8%)
Mutual labels:  sql, database, mysql
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+6953.48%)
Mutual labels:  database, mysql, app
Myproxy
A sharding proxy for MYSQL databases
Stars: ✭ 153 (-18.18%)
Mutual labels:  sql, database, mysql
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-59.36%)
Mutual labels:  sql, database, mysql
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+575.94%)
Mutual labels:  sql, database, mysql

Connecting to MySQL in PHP using PDO

Create a Simple Database App: Connecting to MySQL with PHP

Tutorial

Lessons

  • Install database and create table structure
  • Submit new users
  • Query and filter users
  • Update users with new data
  • Delete users

Author

License

The code is open source and available under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].