Skip to content

Commit c6597df

Browse files
authored
Add SQL and SQLite MIME types
1 parent 2e44a08 commit c6597df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/mimetypes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ def _default_mime_types():
501501
'.ps' : 'application/postscript',
502502
'.eps' : 'application/postscript',
503503
'.rtf' : 'application/rtf',
504+
'.sql' : 'application/sql',
504505
'.texi' : 'application/texinfo',
505506
'.texinfo': 'application/texinfo',
506507
'.toml' : 'application/toml',
@@ -525,6 +526,8 @@ def _default_mime_types():
525526
'.xlsx' : 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
526527
'.docx' : 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
527528
'.rar' : 'application/vnd.rar',
529+
'.sqlite3': 'application/vnd.sqlite3',
530+
'.sqlite' : 'application/vnd.sqlite3',
528531
'.wasm' : 'application/wasm',
529532
'.7z' : 'application/x-7z-compressed',
530533
'.bcpio' : 'application/x-bcpio',

0 commit comments

Comments
 (0)