Code Monkey home page Code Monkey logo

go-accessory's Introduction

go-accessory

accessory is a database client for communication with supported database servers, and some patterns for using databases in a multi-threaded and multi-host environment.

It provides a simple binding with go structures.

Database Connections

There are currently two implementations of a database connection. They are:

  • MongoDB
  • sqlite

Both are "in development" and require testing. In order to create a direct database connection, use one of these:

Import Constructor Description
github.com/mutablelogic/go-accessory/pkg/mongodb mongodb.New(ctx, url, opts...) Create a MongoDB connection to a remote server
github.com/mutablelogic/go-accessory/pkg/sqlite sqlite.New(ctx, url, opts...) Open a sqlite connection to file or in-memory database

In either case, the url is a string that is parsed by the database driver, which should be of scheme mongodb://, mongodb+srv://, file:// or sqlite://. The opts are a list of options that are passed to the database driver (see the documentation for the driver for details).

Mapping Collections to Structures

TODO

Database Operations

TODO

Connection Pools

TODO

Task Queues

TODO

go-accessory's People

Contributors

dependabot[bot] avatar djthorpe avatar

Stargazers

 avatar

Watchers

 avatar

go-accessory's Issues

go-accessory

The following things need to be implemented first:

  • A register method on the main client should allow registration of collection types, and create indexes. "unique" or "index"
  • Add transations (Session method)
  • Add FindMany which outputs a cursor which can be iterated
  • Add Update which updates a single document, matching a filter
  • Add UpdateMany which updates many documents, matching a filter
  • Look into the Upsert and UpsetMany if needed. Probably.

The original sources are here:
https://github.com/thevfxcoop/go-httpserver/tree/main/pkg/mongodb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.