Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an open source repository for SQL code?

Tags:

sql

I find myself writing SQL code (queries or stored procs) to solve problems that can definitely be defined as 'patterns' that occur frequently in business.

Rather than having to wrack my brain each time I encounter a new problem (which must have been solved a countless times by other coders/db analysts, I wondered if there was a repository I could go to check out (peer reviewed) code - and maybe add my two pence every now and then. I know different db vendors tend to write slightly variant forms of SQL - but there could still be a repository with ANSI stuff and proprietary stuff. Hopefully, such a site would encourage more people to write standardized SQL.

Is there such a site?. If no - why not? (would anyone else be interested in such a site?) If such a site exists, please provide link(s), as Google is not finding anything remotely useful.

like image 290
morpheous Avatar asked Jun 04 '10 06:06

morpheous


People also ask

Is MySQL open source?

Is MySQL OpenSource? MySQL Software is an Open-source RDBMS software. The source code of MySQL OpenSources is available under the terms of GNU General Public License, as well as under a variety of proprietary agreements. For Proprietary use, several paid versions are available that offer additional functionalities.

What are the best open source GitHub repositories?

VS Code is a tremendously popular open-source repository on GitHub, with over 107,000 stars and 19,000 contributors. This repository is hosted to work on the code and as a publishing platform for their Roadmap and their monthly iteration plans. They are updated monthly with bug fixes, added features, and performance enhancements. 4.

Are open source repository services good for privacy?

Open source software development advocates for free and accessible source code, in that respect some repository services treat privacy as a premium feature. If privacy is critical to your business goals it’s important to consider when choosing a repository service.

What is a repository service?

In addition to hosting source code, repository services host the accompanying documentation. Open source software development advocates for free and accessible source code, in that respect some repository services treat privacy as a premium feature.


2 Answers

Snipplr is a user-contributed repository for SQL snippets as well as other code snippets for many other languages.

like image 77
anonymous Avatar answered Oct 14 '22 01:10

anonymous


There is the site SQL Examples.

like image 36
Bozhidar Batsov Avatar answered Oct 14 '22 02:10

Bozhidar Batsov