Jabol (Jabol v0.1.1)

View Source

Jabol is a lightweight schema and data persistence library for Elixir applications.

This module serves as the main entry point for the library's documentation.

Features

  • Schema definition system with field types
  • Simple repository pattern for database operations
  • Factory system for easy test data generation
  • Minimal configuration with sensible defaults

For detailed usage examples, see the README.md file.

Summary

Functions

Hello world function, retained for compatibility.

Returns the version of the Jabol library.

Functions

hello()

@spec hello() :: :world

Hello world function, retained for compatibility.

Returns :world.

version()

@spec version() :: String.t()

Returns the version of the Jabol library.