mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 19:06:50 +08:00
746f70a133
The AssetDBWriter class and its subclasses will ultimately be responsible for creating the SQLite database tables and writing data to these tables. In the longer term AssetDBWriter and AssetFinder will be decoupled, sharing only an SQLite connection. However, for backward compatibility reasons this has not yet been fully implemented. Modify tests since AssetFinder no longer has a metadata_cache attribute.