Skip to main content

Prerequisites

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

Supported Databases

  • PostgreSQL
  • MySQL
  • MariaDB
  • SQLite
  • CockroachDB
  • MongoDB (experimental)
  • Redis (for caching and key-value storage)

Node.js & TypeScript

  • Node.js v16 or higher
  • TypeScript v4.5 or higher (recommended for type safety)

System Requirements

  • NPM or Yarn
  • Access to your target database(s)

Next: Installation