Description Usage Arguments Tables
Initialise SQLite database if not present.
1 | db_init(path = "db/db.sqlite")
|
path |
Location at which database is created. |
The database contains the following tables:
User Table
| Column | Type |
| name | character |
| status | character |
| password | character |
Type Table
| Column | Type |
| type_id | integer |
| type_name | character |
Subtype Table
| Column | Type |
| subtype_id | integer |
| type_id | integer |
| subtype_name | character |
| quantity | integer |
Group Table
| Column | Type |
| group_id | integer |
| group_name | character |
Group Type Table
| Column | Type |
| group_id | integer |
| type_id | integer |
Circulation Table
| Column | Type |
| name | character |
| type_id | integer |
| subtype_id | integer |
| quantity | integer |
| time | character |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.