UNPKG
bluefire
Version:
latest (0.0.5)
0.0.131-a
0.0.121-a
0.0.37-a
0.0.36-a
0.0.35-a
0.0.34-a
0.0.33-a
0.0.32-a
0.0.31-a
0.0.30-a
0.0.29-a
0.0.28-a
0.0.27-a
0.0.26-a
0.0.25-a
0.0.24-a
0.0.23-a
0.0.22-a
0.0.21-a
0.0.13-a
0.0.12-a
0.0.11-a
0.0.5
0.0.4
0.0.2-a
Lightweight tcp framework
github.com/Gelidus/bluefire
Gelidus/bluefire
bluefire
/
test
/
project
/
models
/
SecondModel.coffee
18 lines
(14 loc)
•
206 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module.exports
=
{
tableName:
"second"
attributes:
{
id:
{
type:
"integer"
unique:
true
required:
true
}
second:
{
type:
"string"
required:
true
} } }