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

  1. Clone the repo
    git clone https://github.com/zernonia/supabase-sql.git
    
  2. Install NPM packages
    yarn install
    
  3. 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request