30

GitHub - payfazz/go-apt: go-apt is a collection of frameworks that used by cashf...

 5 years ago
source link: https://github.com/payfazz/go-apt
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

go-apt

Collection of frameworks that will used as helper

Features:

  • fazzcloud (HTTP client)
  • fazzcommon (Helper method)
  • fazzdb (Simple ORM for Postgres)
  • fazzkv (Key-Value using Redis)

Fazzdb

  • Documentation and others
    • Godoc
    • Unit Test
    • Jenkins Build Status
    • Test Coverage
  • Prepared Statement & Named Query
  • Where Condition
    • Where (AND & OR)
    • Where In
    • Group Where (Bracket)
    • Subquery
  • Select
    • Select From Table
    • Aggregate
    • Order By
    • Limit
    • Raw Query
    • Group By
    • Having
    • Join
  • Exec Query
    • Bulk Insert
    • Insert
    • Update
    • Delete
    • Raw Query
  • ORM
    • Base Model
    • Uuid Model
    • Timestamp (createdAt, updatedAt)
    • Soft Delete (deletedAt)
    • Recover Soft Delete [NOT TESTED]
  • Handle Context
  • Migration
    • Create Table
      • Create Column
      • Primary Key
      • Nullable
      • Unique
      • Foreign Key
    • Alter Table
      • Add Column
      • Alter Column
      • Drop Column
      • Rename Column
      • Foreign Key
    • Drop Table
    • Create Enum
    • Alter Enum
    • Drop Enum
    • Create Index
    • Drop Index
  • Config

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK