
    [gui_scripts]
    crunchyfrog = cf:main
    
    [crunchyfrog.backend]
    postgres = cf.backends.postgres:PostgresBackend
    sqlite = cf.backends.sqlite:SQLiteBackend
    mysql = cf.backends.mysql:MySQLBackend
    oracle = cf.backends.oracle:OracleBackend
    ldap = cf.backends.ldapbe:LDAPBackend
    
    [crunchyfrog.plugin]
    cfshell = cf.shell:CFShell
    refbrowser = cf.ui.refviewer:ReferenceViewer
    library = cf.library:SQLLibraryPlugin
    
    [crunchyfrog.export]
    csv = cf.filter.exportfilter:CSVExportFilter
    odc = cf.filter.exportfilter:OOCalcExportFilter
    