Skip to content

Commit 1d45d9e

Browse files
committed
chore: claude metainfo
1 parent 5959e95 commit 1d45d9e

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Memory Index
2+
3+
- [User Profile](user_profile.md) - dieppa is a core Flamingock maintainer/author
4+
- [Project Overview](project_overview.md) - flamingock-java-sql: SQL change template library for Flamingock, Gradle 8.5, Java 8, 11 DB dialects
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Project Overview
3+
description: flamingock-java-sql is a single-module Gradle library providing SQL change templates for the Flamingock migration framework
4+
type: project
5+
---
6+
7+
**Flamingock Java SQL Template** - provides `SqlTemplate` for executing raw SQL from YAML change files in Flamingock pipelines.
8+
9+
- **Build:** Gradle 8.5 (Kotlin DSL), Java 8 target, GraalVM 17 runtime
10+
- **Version:** 1.3.0-SNAPSHOT
11+
- **Key deps:** flamingock-template-api:1.3.1, sql-util:1.2.0-beta.2
12+
- **Supports 11 DB dialects:** MySQL, MariaDB, PostgreSQL, Oracle, SQL Server, Sybase, SQLite, H2, Firebird, DB2, Informix
13+
- **Release:** JReleaser to Maven Central, Apache 2.0 license
14+
- **CI/CD:** GitHub Actions (build, release, license check, commit validation)
15+
16+
**Why:** This is the core SQL template library for the Flamingock ecosystem, enabling declarative SQL migrations.
17+
18+
**How to apply:** Understand that changes here affect all Flamingock users relying on SQL templates. DB dialect support and splitter logic are critical paths.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: User Profile
3+
description: dieppa is a core maintainer/author of Flamingock, working on the flamingock-java-sql library
4+
type: user
5+
---
6+
7+
- dieppa is one of the core authors of the Flamingock project (listed in POM metadata as author)
8+
- Works on the flamingock-java-sql library - a SQL change template for the Flamingock database migration framework
9+
- Team includes osantana, bercianor, dfrigolet (all @flamingock.io)

0 commit comments

Comments
 (0)