[WIP] Curtain - A data-only administration tool for postgresql

##Github

Powered by:

Rustorm
Iron framework
Material design lite
Mithril.js

2 Likes

Looks interesting !! I'll take a look :smiley: ty for sharing

Edit → Does it compile on stable?

Compiling typeable v0.1.2
Compiling peg v0.3.6
Compiling route-recognizer v0.1.11
Compiling byteorder v0.4.2
Compiling matches v0.1.2
Compiling traitobject v0.0.1
Compiling rustc-serialize v0.3.16
Compiling pkg-config v0.3.6
/home/luz/.multirust/toolchains/stable/cargo/registry/src/github.com-0a35038f75765ae4/peg-0.3.6/src/peg_syntax_ext.rs:1:1: 1:66 error: #[feature] may not be used on the stable release channel
/home/luz/.multirust/toolchains/stable/cargo/registry/src/github.com-0a35038f75765ae4/peg-0.3.6/src/peg_syntax_ext.rs:1 #![feature(plugin_registrar, quote, rustc_private, box_patterns)]
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It seems a dependency rust-peg still relies on nightlies.

I mostly use rust nightlies.

I just updated my compiler..... and now I can't compile too :sob:

A quick fix would be to use rust nightlies from a few days ago.

cd curtain
multirust override nightly-2015-12-26