Giter Site home page Giter Site logo

riverline-dynamodb's People

Contributors

rcambien avatar xanagi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

riverline-dynamodb's Issues

Cache parameters

Since version 1.5.9 of the SDK, the cache parameter isn't required.

Remove it from the connector constructor.

Question: How to search by any range key

Sorry for adding this as an issue but i did not found anywhere else how to ask you something.

Do you know how to create a query with a fixed Key value and Any Range Value?
I'm triying to find this in dynamodb, but i have found only that the query or scan is possible.

Thanks.
Claudio

Too long integer

Very long number ( like 100003508574206 ) is automaticaly interpreted as numery by the lib and converted to php integer.

To check.

How to handle errors?

hi,

I am new to PHP and using your work on my project, everything are perfect and thank you!

However there is only one thing I cannot figure out, that the way to handle errors. How to figure out if it is successful or not each time we get, put, scan or query?

For example of my code:

$new_user = new \Riverline\DynamoDB\Item('user');
$new_user['username'] = $number_id;
$new_user['password'] = '1234';
    $go = $conn->put($new_user);

$go is always null whatever it's success or failed, and there is no way to know if user has been created correctly.

I want to about this. Sorry for my poor English, I don't speak English very good.

Looking forward from you.

Steve

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.