prax-orm 0.6.5

A next-generation, type-safe ORM for Rust inspired by Prisma
Documentation
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Prax ORM - Type-Safe Database ORM for Rust</title>
  <base href="/">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="Prax is a next-generation, type-safe ORM for Rust inspired by Prisma. Build robust database applications with async support, beautiful schema language, and multi-database compatibility.">
  <meta name="keywords" content="rust, orm, database, prisma, postgresql, mysql, sqlite, async, type-safe">
  <meta name="author" content="Pegasus Heavy Industries">

  <!-- Open Graph -->
  <meta property="og:title" content="Prax ORM - Type-Safe Database ORM for Rust">
  <meta property="og:description" content="A next-generation, type-safe ORM for Rust with beautiful schema language and async support.">
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://prax.rs">

  <!-- Twitter -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:title" content="Prax ORM - Type-Safe Database ORM for Rust">
  <meta name="twitter:description" content="A next-generation, type-safe ORM for Rust with beautiful schema language and async support.">

  <!-- Favicon -->
  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23f97316' rx='20' width='100' height='100'/><text x='50' y='70' text-anchor='middle' fill='white' font-size='60' font-weight='bold'>P</text></svg>">

  <!-- Fonts -->
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">

  <!-- Theme color for mobile browsers -->
  <meta name="theme-color" content="#1a1a1a">
</head>
<body class="bg-background text-foreground antialiased">
  <app-root></app-root>
</body>
</html>