Fantasy Database

JSON →
library 2.0.1 ·javascript
verified Jun 4, 2026

A small SQLite database (with MySQL-compatible schema and seed data) containing fantasy books for testing query builders, ORMs, REST frameworks, etc. Version 2.0.1 is the latest stable release. This package is primarily used as a test fixture: it provides a pre-built SQLite database file (fantasy.db) and reference schema.sql + data.json for cross-language testing. Key differentiator: it offers a simple, consistent dataset for integration tests across multiple languages (Node, Python, etc.) without requiring a full database server.