Accessing the CCP DB programmatically
From EVEDev
To access the CCP Static Data Dump you will need 4 things.
- A version of the CCP DB
- A database server of a type of your choice to load the database onto
- A programming language you are familiar with
- A database connection function(s) or framework to access the database server
PHP
- PDO library (handles many database server types)