SkillAgentSearch skills...

Anchor Prisma Transpiler

A transpiler that convert your anchor programs idl to a prisma schema

Install / Use

npx skills add anoushk1234/anchor-prisma-transpiler

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sqlana ⚡️

Introduction

Let's say you wrote a solana program using anchor, now you want to build a dapp, you have two options either use an indexer and rely on your contract for data or have a database and api. Both approaches require a database schema~

Introducing Sqlana ⚡️

A transpiler for all our schemas.<br> Anchor program IDL -> Prisma Schema △ <br> Anchor program IDL -> SQL Schema 💿 <br> Anchor program IDL -> Graphql Schema 🕸 <br>

Currently this works with Prisma Schema but we want to add support for more.

Demo

Demo Video

Quickstart

  • yarn install
  • Add the idl json file in idl.json
  • yarn setup (only for first time otherwise yarn start)

Support this project on anoushk.sol or wagmi.bio/anoushk

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated11mo ago
Forks1

Languages

TypeScript

Security Score

72/100

Audited on Sep 1, 2025

No findings