#I build a ConvexDB Schema Parser in Rust...for Rust!

1 messages · Page 1 of 1 (latest)

flint gale
#
Hello Convex community! 

Today I would like to share a project I've been working on to solve a problem while I was developing in convex and rust.

The convex team has made an amazing product and i wanted to share this tool with you guys. As of 11/19/23 it is still in development and does not work fully yet, however I feel its at a point where I can get advice on how to improve the parser (i'm not a good rust developer yet). So feel free to leave any comments!

For a more inadept over view I uploaded a YouTube video explaining the project for everyone!

YouTube video: https://www.youtube.com/watch?v=LPc3lHGX5Is

GitHub Repo: https://github.com/ThatGuyJamal/convexdb-schema-parser

GitHub

A schema parser for convexdb that converts schema.ts to rust code types - GitHub - ThatGuyJamal/convexdb-schema-parser: A schema parser for convexdb that converts schema.ts to rust code types

flint gale
hearty briar
#

Wow that was a lot of code in a short amount of time - and teaching yourself AST traversal too.. nice 👏

flint gale
#

I hope to find it useful soon for my convex projects