Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lukesrw/sql-converter

Repository files navigation

SQL Converter

Usage

Using the converter you can quickly swap between writing application JS/PHP code and database SQL queries.

Want to try your query with different values? Slow debugging in-application? Paste the code and use SQL directly.

Once you're happy that the updated SQL works, copy the JS/PHP back into your application and get back to work!

Setup

If you want a copy to make changes or use the tool locally, you can clone the repository:

git clone git@github.com:lukesrw/sql-converter.git

Then run the Next.js development server:

npm run dev
# or
yarn dev
# or
pnpm dev

You can make your own modifications to the tool by updating /src/app/page.tsx.

If you build a fantastic feature make sure to pull request it, so others can see your contributions.

AltStyle によって変換されたページ (->オリジナル) /