-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add run button for sql #779
Conversation
Deploying chatcraft-org with Cloudflare Pages
|
@humphd wdyt? |
This is good. One thing I hit testing this is that the code that tries to print the output often errors. It would be good to expect errors, handle null or empty results, etc. For example, I run this: CREATE TABLE users (
id INT PRIMARY KEY,
name VARCHAR(255) NOT NULL,
email VARCHAR(255) UNIQUE NOT NULL
); I get this:
|
@humphd is there really no way to convince vite to not obfuscate our opensource code... this makes me wanna quit js every time |
good news is that i fixed your bug, thanks for the report |
We should add sourcemaps |
Much easier to use chatcraft for sql now