stash/pkg/database
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
..
migrations Fix integer overflow for scene size on 32bit systems (#994) 2020-12-22 10:29:53 +11:00
database.go Data layer restructuring (#997) 2021-01-18 12:23:20 +11:00
functions.go Add Studio to movie and fix movie schema (#458) 2020-04-22 11:22:14 +10:00
packr_source.go Move image blobs into separate tables (#618) 2020-06-23 09:19:19 +10:00
transaction.go Handle zip file modification (#877) 2020-11-05 10:26:51 +11:00