All Projects → junyang → radb

junyang / radb

Licence: other
RA (radb): A relational algebra interpreter over relational databases

Programming Languages

python
139335 projects - #7 most used programming language
ANTLR
299 projects

Projects that are alternatives of or similar to radb

AlgebraicRelations.jl
Relational Algebra, now with more algebra!
Stars: ✭ 31 (-35.42%)
Mutual labels:  algebra, relational
graphgen-project
A Python wrapper over the GraphGen system
Stars: ✭ 31 (-35.42%)
Mutual labels:  databases, relational
Solution-to-Algebra-Chapter-0
Solution to Algebra, Chapter 0
Stars: ✭ 39 (-18.75%)
Mutual labels:  algebra
swm-core
Pure Math in Pure Swift.
Stars: ✭ 190 (+295.83%)
Mutual labels:  algebra
tmeta
Minimalistic Idiomatic Database "ORM" functionality for Go
Stars: ✭ 46 (-4.17%)
Mutual labels:  databases
Symbolic-computation-Python
Symbolic computation using SymPy and various applications
Stars: ✭ 18 (-62.5%)
Mutual labels:  algebra
pydbantic
A single model for shaping, creating, accessing, storing data within a Database
Stars: ✭ 137 (+185.42%)
Mutual labels:  databases
types-vs-tests
Tab vs spaces, vim vs emacs, types vs tests, our community is full of these conflicts. In this talk, we'll explore the latter: what is the impact of types in our programs? Can types help write more efficient tests? If so, how?
Stars: ✭ 17 (-64.58%)
Mutual labels:  algebra
DataViewExtenders
Extenders for WinForms controls, such as DataGridView, DataGridViewColumn, FlowLayoutPanel, TableLayoutPanel, etc
Stars: ✭ 22 (-54.17%)
Mutual labels:  databases
sqlalchemy-enum34
SQLAlchemy type to store standard enum.Enum values
Stars: ✭ 47 (-2.08%)
Mutual labels:  databases
oxygenjs
This a JavaScript Library for the Numerical Javascript and Machine Learning
Stars: ✭ 13 (-72.92%)
Mutual labels:  algebra
approzium
Approzium allows a cloud service to authenticate to a database without ever having access to its password
Stars: ✭ 54 (+12.5%)
Mutual labels:  databases
haskell-frex
No description or website provided.
Stars: ✭ 20 (-58.33%)
Mutual labels:  algebra
devops-notes
My technical documentation in the SRE / DevOps paradigm.
Stars: ✭ 19 (-60.42%)
Mutual labels:  databases
theBookOfNoah
Everything ive learned developing web applications
Stars: ✭ 22 (-54.17%)
Mutual labels:  databases
relational
Educational tool for relational algebra
Stars: ✭ 70 (+45.83%)
Mutual labels:  algebra
Crema
Meta data server & client tools for game development
Stars: ✭ 61 (+27.08%)
Mutual labels:  databases
JavaRansomware
Simple Ransomware Tool in Pure Java
Stars: ✭ 99 (+106.25%)
Mutual labels:  educational-software
Xacor
Experimental Game Engine
Stars: ✭ 24 (-50%)
Mutual labels:  educational-software
nakal
A MySQL backup tool for Google Sheets, written in Node.js.
Stars: ✭ 14 (-70.83%)
Mutual labels:  databases

RA (radb): A relational algebra interpreter over relational databases

RA is a simple relational algebra interpreter written in Python 3. It is built on top of an SQL-based relational database system. It implements relational algebra queries by translating them into SQL and executing them on the underlying database system through SQLAlchemy. RA is packaged with SQLite, so you can use RA as a standalone relational-algebra database system. Alternatively, you can use RA as a relational-algebra front-end to connect to other database servers from various vendors.

You can follow the project on GitHub, or read its documentation here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].