簡單 SQL 數據庫:LlamaDB

jopen 9年前發布 | 11K 次閱讀 LlamaDB SQL

LlamaDB 是一個用 Rust 語言編寫的簡單 SQL 數據庫。

Building

LlamaDB is built using the nightly builds of Rust and Cargo. For installation instructions, go to http://www.rust-lang.org.

To use the CLI, navigate to thecli/directory and runcargo run. You'll be greeted by the friendlyllamadb>prompt, with whom you can enter SQL queries. To exit the CLI, pressCtrl+D.

Examples, Features and TODO

For a quick rundown of implemented features, see the Usage guide.

See the issue tracker for unimplemented features and bugs: https://github.com/nukep/llamadb/issues

Another SQL database?

Yes.

I started this mostly as a learning project so that I could learn SQL and its implementation details better. This project may or may not go anywhere; we'll just have to see.

The other reason I started this was to see how the Rust programming language could be used to write large projects such as SQL databases. So far, I think it's working out fairly well. :)



項目主頁:http://www.baiduhome.net/lib/view/home/1429335332658

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!