Skip to main content

Prerequisites

Welcome to Hysteria ORM! Before you get started, ensure your environment meets the following requirements:

Runtime Requirements

  • Node.js v18 or higher
  • TypeScript v5 or higher (recommended)
  • NPM, Yarn or pnpm

Supported Databases

DatabaseSupport Level
PostgreSQLFull support
MySQLFull support
MariaDBFull support
SQLiteFull support (some alter table limitations)
CockroachDBSecond-class (some query limitations)
MSSQLSecond-class (see limitations)
OracleDBExperimental (see limitations)
MongoDBExperimental
RedisCaching and key-value storage

Next: Installation