Skip to content

Support for MongoDB #802

Closed
Closed
@dboscanv

Description

@dboscanv

Hi!

I like MongoDB and it's a shame that it's not supported, so I'm working on it.

I currently have a question, in the function "setFromDB", Backpack gets the type of column to generate the tables, but in Mongo how could it do? Since that does not exist in Mongo.

There should then be a "migration" emerge, right?

public function getColumnType($table, $column) { $table = $this->connection->getTablePrefix().$table; return $this->connection->getDoctrineColumn($table, $column)->getType()->getName(); }

Sorry for my bad English!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions