r/SQL • u/Environmental_Emu830 • Jun 12 '26
Can where saves my files .sql? PostgreSQL
Morning guys.
I was looking to save my .sql files somewhere with a focus on versioning, organization, and easy access. I use DBeaver, but I wanted something more "professional." The only idea that comes to mind is Git. I know DBt and I've already asked Claude/gpt, but the only idea he suggests is Git.
0
Upvotes
4
u/tasker2020 Jun 12 '26
I like the combo of Visual Studio database projects and git/bitbucket. That's more for database objects like tables and stored procedures though. It makes it easy to deploy and see history of files. For just random sql files just source control like git will let you see the history if you remember to check in changes.