Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Foreign Keys Pro

Descrizione

A WordPress plugin to simply create MySQL foreign keys.

Installazione

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

What are MySQL Foreign Keys?

A foreign key is a column or group of columns in a table that links to a column or group of columns in another table. The foreign key places constraints on data in the related tables, which allows MySQL to maintain referential integrity.
Reference: MySQL Tutorial

Do Foreign Keys have an impact on performance?

This realistically can vary site to site based on many factors. It is always best to test in a development environment, but here is a good article on how it might help performance.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Foreign Keys Pro” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “Foreign Keys Pro” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.0.0

  • This version is the first release.