Anchor Prisma Transpiler
A transpiler that convert your anchor programs idl to a prisma schema
Install / Use
npx skills add anoushk1234/anchor-prisma-transpilerInstalls into whichever agent you are using.
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
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
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR

