Skip to content

ivanpenchev/mojolicious-db-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SQLite database management tool powered by Mojolicious framework and Bootstrap.


Mojolicious Framework - http://mojolicio.us (https://github.com/kraih/mojo) Bootstrap - http://twitter.github.com/bootstrap/

Developed by Ivan Penchev for Google Code-in Contest.

HOW-TO INSTALL

perl Makefile.PL
cpanm --installdeps

Note that if you don't have cpanm, you can install it like this:

$ curl -L cpanmin.us | perl - --sudo App::cpanminus
  • Start the application: /path/to/managedb.pl daemon
  • Open your browser and load the app's home page which should be http://127.0.0.1:3000/. Enter the path to the database file you want to manage.

Note that if the db file doesn't exist it will be automatically created.


IMPORTANT: the SQLite database file should have write access permissions

You can always extend the application's functionality. For more information please read the Mojolicious documentation: http://mojolicio.us/perldoc


And don't forget to have fun! - "Mojolicious"

About

Simple database management tool powered by Mojolicious framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages