Skip to content

Conversation

@cayter
Copy link
Contributor

@cayter cayter commented May 1, 2020

  • Actions
    • All
    • Count
    • Create
    • Delete
    • Find
    • Join
    • Update
    • UpdateAll
  • Clauses
    • Group
    • Having
    • Limit
    • Offset
    • Order
    • Where
  • Executors
    • Exec (support context and specify if it should use replica)
    • SQL - inspect SQL query
  • Hooks
    • BeforeValidate / AfterValidate
    • BeforeCreate / AfterCreate
    • BeforeUpdate / AfterUpdate
    • BeforeDelete / AfterDelete
    • AfterCreateCommit / AfterDeleteCommit / AfterUpdateCommit / AfterRollback
  • Auto-Update Timestamps
    • CreatedAt - before an object is inserted
    • UpdatedAt - before an object is updated
  • Embedded appy.Model Tag
    • masters - specify which masters DB are available to execute the query
    • replicas - specify which replicas DB are available to execute the query
    • primaryKeys - specify which DB columns are primary keys
    • autoIncrement - specify which DB column is auto incremented
    • tableName - specify custom table name (default is model struct inflected plural)
    • timezone - specify which timezone to use which can be utc (default), local

@codecov
Copy link

codecov bot commented May 1, 2020

Codecov Report

Merging #73 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #73   +/-   ##
=======================================
  Coverage   96.36%   96.36%           
=======================================
  Files          47       47           
  Lines        3957     3957           
=======================================
  Hits         3813     3813           
  Misses         81       81           
  Partials       63       63           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1120772...1120772. Read the comment docs.

@cayter cayter force-pushed the add-orm branch 6 times, most recently from ea73fd3 to 432f921 Compare May 5, 2020 05:55
@cayter cayter marked this pull request as draft May 5, 2020 08:07
@cayter cayter marked this pull request as ready for review May 5, 2020 08:08
@cayter cayter changed the title feat(orm): initial commit feat(record): add ORM support to interact with databases May 6, 2020
@cayter cayter force-pushed the add-orm branch 3 times, most recently from 55d57d3 to 6ad9d1f Compare May 12, 2020 12:14
@cayter cayter merged commit b9f38f8 into master May 15, 2020
@cayter cayter deleted the add-orm branch May 15, 2020 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants