Skip to main content
Skip table of contents

[PostgreSQL] RNAcentral

Similarly as [MySQL] Rfam authors is a public MySQL datasource, you can find some public PostgreSQL datasources. In this page, we demonstrate how you can connect to RNAcentral public PostgreSQL database.

Preview

Datasource

Field

Value

Name

RNAcentral

Type

PostgreSQL

JDBC URL

jdbc:postgresql://hh-pgsql-public.ebi.ac.uk:5432/pfmegrnargs

User

reader

Password

NWDMCE5xdipIjRrp

Query

Field

Value

Name

RNA Central

Datasource

RNAcentral

SQL Statement

SQL
SELECT id, upi, timestamp, userstamp, crc64, len
FROM RNA
LIMIT 10;

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.