Commit graph

7 commits

Author SHA1 Message Date
Emily Toop
102e528310 Parse query and transact commands 2017-05-19 16:11:05 +01:00
Nick Alexander
b3ff534690 Review comment: Use combine to parse arguments.
Move over to using Result rather than enums with err
2017-05-19 13:21:06 +01:00
Emily Toop
45d00c43ac Implement Close command to close current DB.
* Closes existing open db and opens new in memory db
2017-05-19 13:21:06 +01:00
Emily Toop
f3d39d4194 Open named database OR default to in memory database if no name provided
Rearrange workspace to allow import of mentat crate in cli crate

Create store object inside repl when started for connecting to mentat

Use provided DB name to open connection in store

Accept DB name as command line arg.

Open on CLI start

Implement '.open' command to open desired DB from inside CLI
2017-05-19 13:19:49 +01:00
Emily Toop
5a6c3f6598 Remove rustc-serialize dependency 2017-05-10 10:40:34 +01:00
Emily Toop
9b30a2c0a7 Create mentat command line.
* Create tools directory containing new crate for mentat_cli.
* Add simple cli with mentat prompt.
2017-05-10 10:40:34 +01:00
Richard Newman
c95ec13ffe Begin moving web server to a separate crate. (#448) r=bgrins
This doesn't yet introduce a working Cargo.toml for 'mentatweb', but it
does allow RLS to build correctly without errors, and it reduces the
core library's dependency space, which is more important in the short
term.
2017-05-10 02:25:59 -07:00