This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
procrusql
Watch
1
Star
0
Fork
You've already forked procrusql
0
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
v0.0.13
procrusql
/
README.md
15 lines
122 B
Markdown
Raw
Permalink
Normal View
History
Unescape
Escape
Implement PoC The prototype can create tables and their columns and insert data, including data from existing tables. This is sufficient for a small demo from a real-world project. The demo uses all of the above capabilities. It also deliberately includes rules in arbitrary order to demonstrate dependency resolution. We don't have a DSL yet, so all the nodes/rules/requirements (need to decide on a catchy name) are instantiated directly in the source code by calling their constructors. This is overly verbose but gives a first impression on what a ruleset might look like.
2022-01-29 11:56:10 +01:00
ProcruSQL
=========
Add metadata
2022-02-26 11:09:35 +01:00
Make a database fit its description.
Why?
----
To be written ...
Syntax
------
To be written ...