https://github.com/attogram/attogram-database
[ARCHIVED] Database module for the Attogram Framework
https://github.com/attogram/attogram-database
Last synced: 3 months ago
JSON representation
[ARCHIVED] Database module for the Attogram Framework
- Host: GitHub
- URL: https://github.com/attogram/attogram-database
- Owner: attogram
- Archived: true
- Created: 2016-07-07T11:59:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T20:21:05.000Z (over 9 years ago)
- Last Synced: 2025-05-17T12:27:16.177Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Attogram Framework Database Module v0.0.5
[](https://travis-ci.org/attogram/attogram-database)
[](https://packagist.org/packages/attogram/attogram-database)
[](https://packagist.org/packages/attogram/attogram-database)
[](https://packagist.org/packages/attogram/attogram-database)
[](https://github.com/attogram/attogram-database/blob/master/LICENSE.md)
[](https://codeclimate.com/github/attogram/attogram-database)
[](https://codeclimate.com/github/attogram/attogram-database)
[](https://www.codacy.com/app/attogram-project/attogram-database?utm_source=github.com&utm_medium=referral&utm_content=attogram/attogram-database&utm_campaign=Badge_Grade)
[`[CHANGELOG]`](https://github.com/attogram/attogram-database/blob/master/CHANGELOG.md)
This is the [Database Module](https://github.com/attogram/attogram-database)
for the [Attogram Framework](https://github.com/attogram/attogram).
## Installing the Database Module
* You already installed the [Attogram Framework](https://github.com/attogram/attogram), didn't you?
* Goto the top level of your install, then run:
```
composer create-project attogram/attogram-database modules/_database
```
## Database Module contents
### Admin Actions
* `admin_actions/db-admin.php` - phpliteadmin database web admin
* `admin_actions/db-tables.php` - display info about tables
* `admin_actions/events.php` - Event log viewer
### Configurations
* `configs/database_config.php` - config for db file
### Includes
* `includes/SqliteDatabase.php` - SQLite Attogram database object
### Database Tables
* `tables/event.sql` - Event log table
### Misc
* `tests/*` - phpunit tests