mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 00:55:53 +03:00
[GH-ISSUE #46] Example of user-defined models #29
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chris-hailstorm on GitHub (Sep 29, 2016).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/46
Is there an example of user-defined models that can be used in place of auto-discovery?
Auto-discovery is wonderful, but in cases where column names, formats etc. aren't as clean as you'd like for your API, it may be necessary to adjust those items via models instead.
@jeffknupp commented on GitHub (Jan 3, 2017):
See the documentation added for issue #55