An open API service indexing awesome lists of open source software.

https://github.com/aben20807/dbms_proj

1072_資料庫系統導論 AN INTRODUCTION TO DATABASE SYSTEMS
https://github.com/aben20807/dbms_proj

database glade gtk-rs gtk3 gui rusqlite rust

Last synced: 7 months ago
JSON representation

1072_資料庫系統導論 AN INTRODUCTION TO DATABASE SYSTEMS

Awesome Lists containing this project

README

          

# Language
+ Rust

# Leverage
+ GUI
+ [Glade](https://glade.gnome.org/) (gtk 3.20)
+ [gtk.rs](https://gtk-rs.org/)
+ Database
+ sqlite
+ [rusqlite](https://docs.rs/rusqlite/0.18.0/rusqlite/)

# Requirement

```
libsqlite3-dev
```

# Usage and Screenshots
+ See [Document](https://github.com/aben20807/dbms_proj/blob/master/Document.pdf)

# Check the database
+ Open the "resources/mydb.sqlite" by [online tool](https://sqliteonline.com/).