From c500bf4264d84a4945ac0b8e0c27f1aa6b1235c0 Mon Sep 17 00:00:00 2001 From: daninus14 Date: Wed, 30 Oct 2024 00:45:57 +0200 Subject: [PATCH] Update README.markdown --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index b9e0cf3..942345c 100644 --- a/README.markdown +++ b/README.markdown @@ -591,6 +591,8 @@ If you need a 'template' for tables, not related to any specific database table, ; )>) ``` +Examples of inheritance can be found here: + * [mito-attachment](https://github.com/fukamachi/mito-attachment) * [mito-auth](https://github.com/fukamachi/mito-auth) @@ -645,6 +647,11 @@ If you build a binary, reference a DB driver in your dependencies: :dbd-sqlite3 :dbd-mysql :dbd-postgres +## Mito Extensions and Plugins + +* [mito-attachment](https://github.com/fukamachi/mito-attachment) +* [mito-auth](https://github.com/fukamachi/mito-auth) + ## See Also * [CL-DBI](https://github.com/fukamachi/cl-dbi)