Databases

The CS Department provides three databases for student/faculty use. They are only accessible from computers located on the NDSU campus.

  1. PostgreSQL 12.0
  2. MySQL/MariaDB 8.0
  3. MongoDB 5.0

Native PHP and Perl connectors are installed on the lab machines as well as the Python PostgreSQL connector python3-psycopg2. Other languages may require adding a connector library to your project. Some connector libraries can be found in the /opt/lablibs directory.

Access can be requested through your Instructor or Advisor.

Some DB connection examples