An open API service indexing awesome lists of open source software.

https://github.com/radutopala/cockroach-app

testing CockRoachDB with Symfony/Doctrine
https://github.com/radutopala/cockroach-app

cockroachdb doctrine symfony testing

Last synced: 3 months ago
JSON representation

testing CockRoachDB with Symfony/Doctrine

Awesome Lists containing this project

README

        

cockroach-app
=============

The purpose of this repo is testing CockRoachDB 1.1 against PHP/Symfony/Doctrine.

```
vagrant up
vagrant ssh
cd /var/www
composer install
cockroach start --insecure --background
```

This will trigger [issue #3](https://github.com/radutopala/cockroach-app/issues/3):
```
bin/console doctrine:schema:update -vvv
```