Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajathirumal/bridgemap

A source to source compiler. Bridge language to SQL. This repo is a subproject of https://github.com/rajathirumal/ETL-Tool
https://github.com/rajathirumal/bridgemap

bridge-programming bridgemap bridgemap-programming programming-language python sql

Last synced: 21 days ago
JSON representation

A source to source compiler. Bridge language to SQL. This repo is a subproject of https://github.com/rajathirumal/ETL-Tool

Awesome Lists containing this project

README

        

# BridgeMap
A source to source compiler. BridgeMap language to SQL.

## BridgeMap language
`It is a python based interpreter that can convert a classical function into view or a PLSQL block`

1. #### What is it 🤔?
- A **_"python like"_** programming language that can be straight away converted into a SQL procedure block.
- If you have written a function in any language, then you could code this easily.

2. #### Who is going to use this 😵‍💫?
- If you are a programming guy, but, you are not familier with SQL syntax. But you want a simple stored procedures.

3. #### Inspired by 💡
- Highly inspire by [Language Integrated Query - LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/) By [Microsoft](https://www.microsoft.com/)

`Sample data from:` [Dofactory](https://www.dofactory.com/sql/sample-database)

## 📄 Docs
The document provides syntax for the language. Click on check the respective docs

- [get](docs/get.md)