xanderyzwich / datapy

File based database without external dependencies.
Apache License 2.0
3 stars 2 forks source link

Create API layer #9

Open xanderyzwich opened 4 years ago

xanderyzwich commented 4 years ago

datapy/initpy will be handling the primary call routing. This will be achieved largely by using bash style input flags. Both short and long flags will be allowed, and short flags can be combined such that -s -a -f is the same as -saf or -afs