View Issue Details

IDProjectCategoryView StatusLast Update
0000367fileGeneralpublic2022-07-17 15:33
ReporterMytherin Assigned Tochristos  
PrioritylowSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version5.43 
Summary0000367: Add detection of DuckDB database files
DescriptionDuckDB is an open source database system, similar to SQLite but focused on analytical workloads: https://github.com/duckdb/duckdb

This patch adds detection for database files generated by DuckDB.

Attached is an example database file.
TagsNo tags attached.

Activities

Mytherin

2022-07-14 16:14

reporter  

duckdb.magic.patch (346 bytes)   
diff --git a/magic/Magdir/sql b/magic/Magdir/sql
index 5f4629f4..06f50355 100644
--- a/magic/Magdir/sql
+++ b/magic/Magdir/sql
@@ -217,3 +217,6 @@
 
 # H2 Database from https://www.h2database.com/
 0	string		--\ H2\ 0.5/B\ --\ \n	H2 Database file
+
+# DuckDB database file from https://duckdb.org
+8    string        DUCK    DuckDB database file
duckdb.magic.patch (346 bytes)   
example-duckdb.db (274,432 bytes)

christos

2022-07-17 15:33

manager   ~0003788

added, thanks!

Issue History

Date Modified Username Field Change
2022-07-14 16:14 Mytherin New Issue
2022-07-14 16:14 Mytherin File Added: duckdb.magic.patch
2022-07-14 16:14 Mytherin File Added: example-duckdb.db
2022-07-17 15:32 christos Assigned To => christos
2022-07-17 15:32 christos Status new => assigned
2022-07-17 15:33 christos Status assigned => resolved
2022-07-17 15:33 christos Resolution open => fixed
2022-07-17 15:33 christos Fixed in Version => 5.43
2022-07-17 15:33 christos Note Added: 0003788