Categorygithub.com/practice-golang/bookshelf
modulepackage
0.0.0-20210818151040-728147ba4166
Repository: https://github.com/practice-golang/bookshelf.git
Documentation: pkg.go.dev

# README

Practice

golang 1.16 embed, doug-martin/goqu, cznic/sqlite CRUD

Build & Run

  • go get github.com/practice-golang/bookshelf -> run bookshelf or
  • make -> cd bin -> run bookshelf
  • Read/Write test : requests.http, requests-map.http

Preference file

  • Once on bookshelf binary first run, bookshelf.ini which contain db connection will be created

Database

  • Default set in bookshelf.ini is sqlite
  • See config/db.go or generated bookshelf.ini
    • sqlite, mysql, sqlserver, postrges

Init sample data & Open the webpage

Embeded html

  • index.html - Used vue.js, sakura.css

Test and Todo

  • No. YOLO!😆

License

Public domain

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author