Supabase SQL
Simple Curated Supabase SQL
? Features
- ? Curated list of SQL script
- ? Tested script
- ? Easy copy & paste
- ? Dark mode
? About The Project
This project aims to help Supabase users to find the SQL script they needed at ease. Yes they could look it up online, but some of the scripts is already outdated, and most probably wouldn't work in Supabase.
Thus, I've decided to take this opportunity to build this Open Source, Free, Curated list of Supabase SQL ?
? Built With
Remeber to ⭐ this repo if you ❤ this Apps
? Local Development
Prerequisites
Yarn
-
npm install --global yarn
Development
- Clone the repo
git clone https://github.com/zernonia/supabase-sql.git
- Install NPM packages
yarn install
- Run Development instance
yarn dev
➕ Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request