ax-provider-database

Manage SQLite and PostgreSQL connections for AX applications via a unified factory.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-provider-database
Source: https://github.com/project-ax/ax-legacy/tree/main/.claude/skills/ax-provider-database
Command: npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-database

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Streamlines the management of database connections in AX applications by providing a unified factory for SQLite and PostgreSQL connections, allowing for easier scalability and maintenance.

Core Features & Use Cases

  • Unified Connection Management: Handles connections to SQLite and PostgreSQL databases, simplifying the process of instance management.
  • Provider Configuration: Allows for the addition of new database backends with minimal code changes.
  • Migration Management: Enables providers to run migrations against the shared Kysely instance without needing separate DB connections.
  • Use Case: For AX applications that require efficient and scalable database management, this skill provides a solid foundation for handling database connections.

Quick Start

Use the ax-provider-database skill to manage your database connections within your AX application.

Frequently Asked Questions about ax-provider-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage SQLite and PostgreSQL database connections in AX applications?

Database connection management for AX applications is handled using a unified factory for SQLite and PostgreSQL, allowing easier scalability and maintenance.

Can I run database migrations against the shared Kysely instance without separate connections?

Yes, providers can run migrations against the shared Kysely instance directly, eliminating the need to configure separate database connections for migration scripts.

How do I configure a new database provider for my AX application?

New database backends can be added through provider configuration with minimal code changes, streamlining the process of instance management within the application.

What database drivers are required to use this connection management skill?

Appropriate drivers for SQLite and PostgreSQL are required to establish connections, as the factory relies on these underlying drivers to manage the instances.

Why use a unified factory for SQLite and PostgreSQL connections?

A unified factory streamlines database connection management by standardizing configuration across SQLite and PostgreSQL, solving scalability and maintenance challenges in AX applications.