Skip to content

Commit 20447c4

Browse files
author
Antonio Musarra
committed
Aggiornamento slide riferimenti.
1 parent 341e360 commit 20447c4

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

pages/1_9_riferimenti.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
# Riferimenti riguardo il Database Versioning 1/2
5+
# Riferimenti riguardo il Database Versioning 1/3
66

77
<v-clicks depth="2">
88

@@ -16,13 +16,29 @@ layout: default
1616
level: 2
1717
---
1818

19-
# Riferimenti riguardo il Database Versioning 2/2
19+
# Riferimenti riguardo il Database Versioning 2/3
2020

2121
<v-clicks depth="2">
2222

2323
2. Risorse Online
2424
- **Flyway Documentation**: la documentazione ufficiale di Flyway fornisce una guida completa sull'uso di Flyway per la migrazione e il versioning del database. Include esempi pratici, suggerimenti e casi d'uso comuni (https://documentation.red-gate.com/fd/flyway-documentation-138346877.html).
2525
- **Liquibase Documentation:** altro popolare strumento di versioning del database, ha una documentazione dettagliata che copre i concetti di base, le migliori pratiche e le varie funzionalità offerte (https://docs.liquibase.com/home.html).
2626
- **Database Continuous Delivery by Yaniv Yehuda**: A fast moving world; Agile, DevOps & Automation (https://www.infoq.com/articles/Database-Continuous-Delivery/).
27-
- **Evolutionary Database Design by Martin Fowler and Pramod Sadalage**: tecniche che consentono alla progettazione di un database di evolversi man mano che si sviluppa un'applicazione (https://martinfowler.com/articles/evodb.html).
27+
- **Evolutionary Database Design by Martin Fowler and Pramod Sadalage**: tecniche che consentono alla progettazione di un database di evolversi man mano che si sviluppa un'applicazione (https://martinfowler.com/articles/evodb.html).
28+
29+
</v-clicks>
30+
31+
32+
---
33+
level: 2
34+
---
35+
36+
# Riferimenti riguardo il Database Versioning 3/3
37+
38+
<v-clicks depth="2">
39+
40+
3. Risorse Online - Frameworks Java
41+
- **Quarkus: Using Flyway**: guida ufficiale su come utilizzare Flyway con Quarkus (https://quarkus.io/guides/flyway).
42+
- **Quarkus: Using Liquibase:** guida ufficiale su come utilizzare Liquibase con Quarkus (https://quarkus.io/guides/liquibase).
43+
2844
</v-clicks>

0 commit comments

Comments
 (0)