1. sqlalchemy CRUD 예제 실습

2. callcenter 프로젝트 제작중
This commit is contained in:
2026-06-17 18:27:04 +09:00
parent 06eb3c57ab
commit b0503baac5
36 changed files with 1286 additions and 23 deletions
+7
View File
@@ -15,5 +15,12 @@
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db/users.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="demo" uuid="fab7f51e-43ea-4d26-b7f0-6be132dd06fb">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db/demo.db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>
+1
View File
@@ -5,6 +5,7 @@
----------------------------------------
1:0:d34d9830-06d9-4e92-bd10-84567e5a4809
2:0:2d5d9d87-b30f-47d4-9d9d-61542cb64ea0
3:0:fab7f51e-43ea-4d26-b7f0-6be132dd06fb
.</data>
</component>
</project>