Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
utopia-php
/
database
Public
Notifications
You must be signed in to change notification settings
Fork
58
Star
74
Code
Issues
4
Pull requests
41
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[WIP] Adds DynamoDB Adapter
- #333
#333
Draft
ajwad-shaikh
wants to merge 20 commits into
utopia-php:main
utopia-php/database:main
from
ajwad-shaikh:feat-328-dynamodb-support
ajwad-shaikh/utopia-php-database:feat-328-dynamodb-support
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Draft
[WIP] Adds DynamoDB Adapter
#333
ajwad-shaikh
wants to merge 20 commits into
utopia-php:main
utopia-php/database:main
from
ajwad-shaikh:feat-328-dynamodb-support
ajwad-shaikh/utopia-php-database:feat-328-dynamodb-support
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2023
Add AWS SDK Dependency
ajwad-shaikh
committed
da8961d
View commit details
Copy full SHA for da8961d
Browse repository at this point
add local dynamodb container to test the adapter
ajwad-shaikh
committed
30dcb32
View commit details
Copy full SHA for 30dcb32
Browse repository at this point
add template for adapter and test
ajwad-shaikh
committed
5cb9953
View commit details
Copy full SHA for 5cb9953
Browse repository at this point
add create and exists function
ajwad-shaikh
committed
6469588
View commit details
Copy full SHA for 6469588
Browse repository at this point
fix environment
ajwad-shaikh
committed
f9d1322
View commit details
Copy full SHA for f9d1322
Browse repository at this point
fix errors on CreateTable
ajwad-shaikh
committed
6967f8e
View commit details
Copy full SHA for 6967f8e
Browse repository at this point
Commits on Oct 7, 2023
fix create collection as per mongo adapter
ajwad-shaikh
committed
b437ed9
View commit details
Copy full SHA for b437ed9
Browse repository at this point
add support for delete collection / attribute
ajwad-shaikh
committed
97838a6
View commit details
Copy full SHA for 97838a6
Browse repository at this point
add dynamo db admin on port 8705
ajwad-shaikh
committed
c43c686
View commit details
Copy full SHA for c43c686
Browse repository at this point
fix delete and add renameAttribute
ajwad-shaikh
committed
67170aa
View commit details
Copy full SHA for 67170aa
Browse repository at this point
declare no support for relationships
ajwad-shaikh
committed
7fe211e
View commit details
Copy full SHA for 7fe211e
Browse repository at this point
add get document
ajwad-shaikh
committed
42dba49
View commit details
Copy full SHA for 42dba49
Browse repository at this point
Commits on Oct 8, 2023
Change internal id type to string
ajwad-shaikh
committed
3f7bd05
View commit details
Copy full SHA for 3f7bd05
Browse repository at this point
add string int and index limits for dynamodb
ajwad-shaikh
committed
14c27d0
View commit details
Copy full SHA for 14c27d0
Browse repository at this point
fix get document
ajwad-shaikh
committed
4192386
View commit details
Copy full SHA for 4192386
Browse repository at this point
add create document and update document
ajwad-shaikh
committed
fb8566d
View commit details
Copy full SHA for fb8566d
Browse repository at this point
Commits on Oct 14, 2023
fix: $permissions assignment bug in createDocument
ajwad-shaikh
committed
718efd1
View commit details
Copy full SHA for 718efd1
Browse repository at this point
fix: delete and rename attribute to use scan
ajwad-shaikh
committed
4f6d6a2
View commit details
Copy full SHA for 4f6d6a2
Browse repository at this point
fix: get document with queries
ajwad-shaikh
committed
10f2762
View commit details
Copy full SHA for 10f2762
Browse repository at this point
feat: add deleteDocument support
ajwad-shaikh
committed
3c5b09a
View commit details
Copy full SHA for 3c5b09a
Browse repository at this point
You can’t perform that action at this time.