We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need the following modules:
core
driver
jdbc
postgres
mysql
sqlserver
oracle
spark
cassandra
test
We can probably start with just core, driver, jdbc, and test.
This ticket involves only creating the SBT project structure and directory structure, not implementing any modules.
The text was updated successfully, but these errors were encountered:
I'll take this one.
Sorry, something went wrong.
jczuchnowski
Successfully merging a pull request may close this issue.
We need the following modules:
core
, which contains the core data typesdriver
, which contains the ZIO definitions of database operations, independent of a backendjdbc
, which contains a lowest-common denominator JDBC "driver" for the ZIO definitions, which assumes ANSI-92 compliancepostgres
, which contains a Postgres dialect and drivermysql
, which contains a Postgres dialect and JDBC-based driversqlserver
, which contains a SQL Server dialect and JDBC-based driveroracle
, which contains an Oracle dialect and JDBC-based driverspark
, which contains a Spark SQL dialect and Spark-based drivercassandra
, which contains a Cassandra SQL dialect and Cassandra-based drivertest
, which contains a test "driver" for the ZIO definitionsWe can probably start with just
core
,driver
,jdbc
, andtest
.This ticket involves only creating the SBT project structure and directory structure, not implementing any modules.
The text was updated successfully, but these errors were encountered: