Skip to content
New issue

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

Feature/source repository #36

Closed
wants to merge 8 commits into from

Conversation

j3yzz
Copy link
Contributor

@j3yzz j3yzz commented Dec 14, 2023

No description provided.

j3yzz added 7 commits December 5, 2023 17:30
Add ScyllaDB connection and QueryBuilder
- Added package documentation for scylladb package in sessionx.go, initializedb/init.go, table.go, initializedb/db.go, and querybuilder.go.
- Added usage examples and descriptions for each package in the documentation.
- Updated function and struct names to follow conventional naming.
- Removed unnecessary comments and print statements.

Closes feature/source-repository
…1941-9d821ace8654

- Updated golang.org/x/sys dependency to v0.0.0-20211019181941-9d821ace8654.
- Added new hash: id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0=

Issue: #feature/source-repository
Add a new function called CreateKeySpace to the db package in the
ScyllaDB initialization module. This function creates a keyspace with
the given name using the provided session and executes a CQL statement
to create the keyspace if it doesn't already exist. The replication
strategy used is 'SimpleStrategy' with a replication factor of 1.

Issue: #feature/source-repository
feat(db): add CreateKeySpace function

Add a new function called CreateKeySpace to the db package in the
ScyllaDB initialization module. This function creates a keyspace with
the given name using the provided session and executes a CQL statement
to create the keyspace if it doesn't already exist. The replication
strategy used is 'SimpleStrategy' with a replication factor of 1.

Issue: #feature/source-repository

feat(go.sum): update golang.org/x/sys dependency to v0.0.0-20211019181941-9d821ace8654

- Updated golang.org/x/sys dependency to v0.0.0-20211019181941-9d821ace8654.
- Added new hash: id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0=

Issue: #feature/source-repository

feat(scylladb): Add package documentation for scylladb package

- Added package documentation for scylladb package in sessionx.go, initializedb/init.go, table.go, initializedb/db.go, and querybuilder.go.
- Added usage examples and descriptions for each package in the documentation.
- Updated function and struct names to follow conventional naming.
- Removed unnecessary comments and print statements.

Closes feature/source-repository

feat(scylladb): add ScyllaDB infrastructure

Add ScyllaDB connection and QueryBuilder
@j3yzz j3yzz closed this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants