Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajathirumal/bridgemap
- Owner: rajathirumal
- License: mit
- Created: 2023-10-30T05:37:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T12:34:56.000Z (11 months ago)
- Last Synced: 2024-02-12T13:43:52.188Z (11 months ago)
- Topics: bridge-programming, bridgemap, bridgemap-programming, programming-language, python, sql
- Language: Python
- Homepage:
- Size: 666 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)