{"id":28292385,"url":"https://github.com/astroxteam/quantava","last_synced_at":"2025-06-13T16:30:49.135Z","repository":{"id":284771120,"uuid":"956012783","full_name":"AstroXTeam/Quantava","owner":"AstroXTeam","description":"Quantava is a powerful, expressive ORM for Node.js, built on SQLite. It offers a modern, intuitive API with advanced features like schema validation, soft deletes, and fluent query building — all in a lightweight package.","archived":false,"fork":false,"pushed_at":"2025-06-05T19:34:48.000Z","size":251,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-05T19:39:04.813Z","etag":null,"topics":["node","orm","quantava","sqlite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AstroXTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-27T14:59:25.000Z","updated_at":"2025-06-05T19:34:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"58c9d57a-0b3b-49f0-87ca-52795e378494","html_url":"https://github.com/AstroXTeam/Quantava","commit_stats":null,"previous_names":["astrox11/sqlite","astrox11/sinter","theastrox/quantava","astroxteam/quantava"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroXTeam%2FQuantava","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroXTeam%2FQuantava/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroXTeam%2FQuantava/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroXTeam%2FQuantava/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AstroXTeam","download_url":"https://codeload.github.com/AstroXTeam/Quantava/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroXTeam%2FQuantava/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258783501,"owners_count":22757270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node","orm","quantava","sqlite"],"created_at":"2025-05-22T04:14:15.041Z","updated_at":"2025-06-13T16:30:49.126Z","avatar_url":"https://github.com/AstroXTeam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `Quantava`\n\n## About\n\nQuantava is an open-source ORM built on top of [better-sqlite3](https://github.com/WiseLibs/better-sqlite3), providing a precise and efficient abstraction layer for SQLite databases. It eliminates the complexities of raw SQL queries while ensuring high performance.\n\n## Get Started\n\n### Prerequisites for Windows\n\nTo install `better-sqlite3` on Windows, ensure you have the following installed:\n\n- **Microsoft Visual Studio** (with the \"Desktop development with C++\" workload)\n- **Microsoft C++ Build Tools**\n- **Windows 11 SDK**\n- **Latest MSVC compiler**\n\nDownload and install these components via the [Microsoft Visual Studio Installer](https://visualstudio.microsoft.com/visual-cpp-build-tools/).\n\nAlternatively, install the **Build Tools for Visual Studio** directly:\n\n👉 [Download Build Tools for Visual Studio](https://visualstudio.microsoft.com/visual-cpp-build-tools/)\n\n### Prerequisites for Linux/macOS\n\nOn Linux and macOS, installation of `better-sqlite3` is generally simpler but may require:\n\n- **Build essentials:**\n\n  - Linux: `build-essential` package or equivalent (e.g., `gcc`, `make`, `g++`)\n  - macOS: Xcode Command Line Tools (`xcode-select --install`)\n\n- **SQLite development libraries:**\n\n  - Linux: `libsqlite3-dev` or equivalent\n  - macOS: Usually bundled, but if issues arise, install via Homebrew:\n\n    ```bash\n    brew install sqlite3\n    ```\n\nIf these tools or libraries are missing, `better-sqlite3` installation may fail.\n\n### Install `better-sqlite3`\n\nQuantava does **not** include `better-sqlite3` out of the box to maintain its lightweight nature. Before using Quantava, install `better-sqlite3` in your project:\n\n```bash\nnpm i better-sqlite3\n```\n\n### Install Quantava\n\n```bash\nnpm i quantava\n```\n\n```bash\nyarn add quantava\n```\n\n```bash\npnpm install quantava\n```\n\n## Contributing\n\nYour contributions drive this project forward, from bug fixes and feature enhancements to thoughtful suggestions. All forms of contribution are welcomed and valued.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastroxteam%2Fquantava","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastroxteam%2Fquantava","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastroxteam%2Fquantava/lists"}