attogram / attogram-database
This package is abandoned and no longer maintained.
No replacement package was suggested.
Database Module for the Attogram Framework
v0.0.4
2016-07-14 19:39 UTC
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-base: Base Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-user: User Module for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:39:31 UTC
README
This is the Database Module for the Attogram Framework.
Installing the Database Module
- You already installed the Attogram Framework, 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 adminadmin_actions/db-tables.php
- display info about tablesadmin_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