Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Foreign Keys Pro

Beschrijving

A WordPress plugin to simply create MySQL foreign keys.

Installatie

  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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Foreign Keys Pro” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Foreign Keys Pro” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.0

  • This version is the first release.