Introduction ============ *Deet* is a universal database proxy and SQL-Database engine, that implements high-performance and security requirements for enterprise analytical applications. The primary goal of Deet is to provide a unified (universal) data interface for machine learning- and data analysis applications, to facilitate their integration into existing operational data landscapes. To achieve this goal, Deet implements the two fundamental layers of a data warehouse: The *integration layer* of Deet utilizes `SQLAlchemy`_ to allow it's connection to a variety of SQL-Databases (e.g. IBM DB2, Oracle, SAP, MS-SQL, MS-Access, Firebird, Sybase, MySQL, Postgresql, SQLite, etc.). Thereupon it provides native support for flat file databases (e.g. CSV-Tables, R-Table exports), laboratory measurements and data generators. The *staging layer* of Deet is implemented as a native SQL-Database engine, featuring a DB-API 2.0 interface with full SQL:2016 support, a vertical data storage manager and real-time encryption. This allows the data analysis application to integrate a variety of different data sources, by using a unified data interface (and SQL dialect). Deet is open source, based on the `Python`_ programming language and actively developed as part of the `Smart Analytics`_ project at `Frootlab`_. .. _SQLAlchemy: https://www.sqlalchemy.org .. _Python: https://www.python.org/ .. _Frootlab: https://github.com/frootlab .. _Smart Analytics: https://github.com/orgs/frootlab/projects