Change package name from org.github.tursodatabase to tech.turso

This commit is contained in:
김선우
2025-02-12 09:58:25 +09:00
parent ebceefacde
commit cb7bd3d211
46 changed files with 128 additions and 128 deletions

View File

@@ -1,4 +1,4 @@
package org.github.tursodatabase;
package tech.turso;
import java.sql.Connection;
import java.sql.DriverManager;