stash/pkg/models
WithoutPants 1e04deb3d4
Data layer restructuring (#997)
* Move query builders to sqlite package
* Add transaction system
* Wrap model resolvers in transaction
* Add error return value for StringSliceToIntSlice
* Update/refactor mutation resolvers
* Convert query builders
* Remove unused join types
* Add stash id unit tests
* Use WAL journal mode
2021-01-18 12:23:20 +11:00
..
mocks Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
extension_find_filter.go Reorg 2019-02-14 15:42:52 -08:00
gallery.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
image.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
json_time.go Prevent invalid date tag in video file from aborting scan (#836) 2020-10-11 12:02:41 +11:00
model_gallery.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_image.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_joins.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_movie.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_performer.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_scene.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_scene_marker.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_scraped_item.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_studio.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
model_tag.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
movie.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
performer.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
repository.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scene_marker.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
scraped.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
sql.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
sqlite_date.go Add partial import functionality (#812) 2020-09-20 18:36:02 +10:00
sqlite_timestamp.go Handle zip file modification (#877) 2020-11-05 10:26:51 +11:00
stash_ids.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
studio.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
tag.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
transaction.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00