Database

ldbc.codegen.parser.yml.Parser.Database
case class Database(name: String, tables: Seq[Table])

A model for organizing tables and models for extending models on a per-database basis.

Value parameters

name

Database name

tables

List of tables and models to extend the model.

Attributes

Source
Parser.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product