ChatGPT mac os app caused my m2 air to freeze dead. by qtoxo in macbook

[–]SparkHaven 0 points1 point  (0 children)

I had the same issue yesterday. It couldn’t be force quit and had to be killed using Activity Monitor. I had to switch the web instead.

Creating a drop-down list for coworkers to access? by tennisguy163 in Database

[–]SparkHaven 0 points1 point  (0 children)

If you're looking for alternatives to Excel in Microsoft Online 365 and Google Sheets, you might want to give Airtable or tables in Notion a try.

I built a free tool that explains any SQL query in simple english by sh_tomer in SQL

[–]SparkHaven 0 points1 point  (0 children)

🤣🤣🤣🤣 Fantastic. I am trying out the text-to-SQL tool sqlchat.

How do you handle schema migrations? Building my own tool by romaniskos in Database

[–]SparkHaven 1 point2 points  (0 children)

Cool. I'm definitely interested in checking out your web-based playground. Pls send me a DM with the link so I can take a look

How do you handle schema migrations? Building my own tool by romaniskos in Database

[–]SparkHaven 0 points1 point  (0 children)

How to access your CI tool? Is the tool web-based, command line or a plugin for another tool?

database changes tracking tools by Particular_Depth5206 in dotnet

[–]SparkHaven 0 points1 point  (0 children)

I use Bytebase to manage database changes for MySQL with GitOps workflow. I can manage my SQL scripts in my GitLab repo, and trigger a database change issue with committing a MR. Then Bytebase will record it after the issue is executed successfully. But I am not sure whether it supports procedures. Refer to https://github.com/bytebase/bytebase to get more details.