The Prey of the Furies

The Prey of the Furies (German:Die Beute der Erinnyen) is a 1922 German silent film directed by Otto Rippert and starring Werner Krauss and Dary Holm.[1]

The Prey of the Furies
Directed byOtto Rippert
Written byWilly Buckan
Hans Gaus
StarringWerner Krauss
Dary Holm
CinematographyWilly Hameister
Production
company
Sächsische Kunstfilm
Distributed byRivo-Film
Release date
19 January 1922
CountryGermany
LanguageSilent
German intertitles

The film's art direction was by Artur Gunther.

Cast

In alphabetical order

gollark: Check out minoteaur's advanced™ migration engine:```nimproc migrate*(db: DbConn) = let currentVersion = fromDbValue(get db.value("PRAGMA user_version"), int) for mid in (currentVersion + 1) .. migrations.len: db.transaction: logger.log(lvlInfo, "Migrating to schema " & $mid) db.execScript migrations[mid - 1] db.exec("PRAGMA user_version = " & $mid) logger.log(lvlDebug, "DB ready")```
gollark: My DB-using projects include all migration capability too, if sometimes limited to a bunch of `CREATE TABLE IF NOT EXISTS` calls, but if I ever *needed* it I would just make them able to call some functions to migrate the rows.
gollark: Well, yes, unless you write an extension for it, but no fixed length ones, and I can just do complex stuff in the program.
gollark: You're right, maybe just preinstall a rootkit on all the systems with databases?
gollark: I guess my decision to use SQLite and PostgreSQL for basically everything ever, as they don't have these constraints, was good then.

References

  1. Ames p.297

Bibliography

  • Ames, Eric. Carl Hagenbeck's Empire of Entertainments. University of Washington Press, 2008.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.