How to Query Multiple SQLite Databases with Effect and Drizzle
Now i want to also query another sqlite3 database
Config.string("DATABASE1_URL"), so i need to define another Service tag.
Looks like
won't be capable, as the Service Tag is baked in.
How would i do this?
thanks, Frank
