diff --git a/src/DDLWrapper/Db/Adapter/AdapterFactory.php b/src/BBDDL/Db/Adapter/AdapterFactory.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/AdapterFactory.php rename to src/BBDDL/Db/Adapter/AdapterFactory.php diff --git a/src/DDLWrapper/Db/Adapter/AdapterInterface.php b/src/BBDDL/Db/Adapter/AdapterInterface.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/AdapterInterface.php rename to src/BBDDL/Db/Adapter/AdapterInterface.php diff --git a/src/DDLWrapper/Db/Adapter/AdapterWrapper.php b/src/BBDDL/Db/Adapter/AdapterWrapper.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/AdapterWrapper.php rename to src/BBDDL/Db/Adapter/AdapterWrapper.php diff --git a/src/DDLWrapper/Db/Adapter/MysqlAdapter.php b/src/BBDDL/Db/Adapter/MysqlAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/MysqlAdapter.php rename to src/BBDDL/Db/Adapter/MysqlAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/PdoAdapter.php b/src/BBDDL/Db/Adapter/PdoAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/PdoAdapter.php rename to src/BBDDL/Db/Adapter/PdoAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/PostgresAdapter.php b/src/BBDDL/Db/Adapter/PostgresAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/PostgresAdapter.php rename to src/BBDDL/Db/Adapter/PostgresAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/ProxyAdapter.php b/src/BBDDL/Db/Adapter/ProxyAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/ProxyAdapter.php rename to src/BBDDL/Db/Adapter/ProxyAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/SQLiteAdapter.php b/src/BBDDL/Db/Adapter/SQLiteAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/SQLiteAdapter.php rename to src/BBDDL/Db/Adapter/SQLiteAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/SqlServerAdapter.php b/src/BBDDL/Db/Adapter/SqlServerAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/SqlServerAdapter.php rename to src/BBDDL/Db/Adapter/SqlServerAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/TablePrefixAdapter.php b/src/BBDDL/Db/Adapter/TablePrefixAdapter.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/TablePrefixAdapter.php rename to src/BBDDL/Db/Adapter/TablePrefixAdapter.php diff --git a/src/DDLWrapper/Db/Adapter/WrapperInterface.php b/src/BBDDL/Db/Adapter/WrapperInterface.php similarity index 100% rename from src/DDLWrapper/Db/Adapter/WrapperInterface.php rename to src/BBDDL/Db/Adapter/WrapperInterface.php diff --git a/src/DDLWrapper/Db/Table.php b/src/BBDDL/Db/Table.php similarity index 100% rename from src/DDLWrapper/Db/Table.php rename to src/BBDDL/Db/Table.php diff --git a/src/DDLWrapper/Db/Table/Column.php b/src/BBDDL/Db/Table/Column.php similarity index 100% rename from src/DDLWrapper/Db/Table/Column.php rename to src/BBDDL/Db/Table/Column.php diff --git a/src/DDLWrapper/Db/Table/ForeignKey.php b/src/BBDDL/Db/Table/ForeignKey.php similarity index 100% rename from src/DDLWrapper/Db/Table/ForeignKey.php rename to src/BBDDL/Db/Table/ForeignKey.php diff --git a/src/DDLWrapper/Db/Table/Index.php b/src/BBDDL/Db/Table/Index.php similarity index 100% rename from src/DDLWrapper/Db/Table/Index.php rename to src/BBDDL/Db/Table/Index.php diff --git a/src/DDLWrapper/Wrapper.php b/src/BBDDL/Wrapper.php similarity index 100% rename from src/DDLWrapper/Wrapper.php rename to src/BBDDL/Wrapper.php