1602 / 1602/compound

database adapters not working

Abierto
#585 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
1.6k
Forks
179
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hey i just started to play around with compound and its ORM, but... the database choices seem to be failing for me. I prefer the coffeescript, _but tried with plain JS, too._

The workflow is basically the same across all my attempts, and i am using osx 10.9 mavericks:

`compound init noir-eso --coffee -css less --db [one of below]`
`cd noir-eso`
`npm install`
`compound g crud race name image text markdown`
`compound db create`
`compound db migrate`
`compound s`
--> go to /races and try adding a new record

**sqlite3**: automigrate/autocreate just doesn't work. Changed database settings to a concrete file, and my inspection tool shows that there is no table created.

**mysql**: the "mysql is not installed" error seen in another ticket here. none of the solutions help.

**nano**:

```
[...]/noir-eso/node_modules/jugglingdb-nano/lib/nano.js:23
return db.insert(design, '_design/nano', function(err, doc) {
^
TypeError: Object # has no method 'insert'
```

**firebird**: `[Error: ENOENT, no such file or directory '/usr/local/lib/node_modules/compound/templates/config/database_firebird.coffee']`

redis isn't suitable for my planned project, mongoDB seems to work, but isn't really suitable, too.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

The issue reports failures with multiple database adapters (sqlite3, mysql, nano, firebird) in the Compound ORM. Start by checking the database configuration templates in /usr/local/lib/node_modules/compound/templates/config/ and the adapter implementations in node_modules/jugglingdb-* directories. Look for missing methods like 'insert' in nano.js and test the automigrate flow. The goal is to identify why table creation fails and adapters throw errors.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
coffeescript, javascript, mongodb, mysql, redis, sqlite
Área
backend, databases
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
30/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.