ldbc.schema.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ldbc-schema_native0.4_3 Show documentation
Show all versions of ldbc-schema_native0.4_3 Show documentation
Type safety schema construction project
/**
* Copyright (c) 2023-2024 by Takahiko Tominaga
* This software is licensed under the MIT License (MIT).
* For more information see LICENSE or https://opensource.org/licenses/MIT
*/
package ldbc
/**
* Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports
* might look something like this.
*
* example:
* {{{
* import ldbc.schema.*
* }}}
*/
package object schema extends Alias, DataTypes