- Notifications
You must be signed in to change notification settings - Fork0
A barebones SQL-backed storage implementation for go-git
License
NotificationsYou must be signed in to change notification settings
emphori/go-git-sql
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An SQL-backed storage implementation forgo-git.
Warning
This project is currently a work in progress, and may not include thefunctionality you expect. Please refer tothis milestone for more details.
CREATETABLEIF NOT EXISTS"objects" ( object_typeBIGINT, object_hashVARCHAR, object_sizeBIGINT contBYTEA,);CREATETABLEIF NOT EXISTS"refs" ( ref_typeBIGINT, ref_hashVARCHAR, ref_nameVARCHAR, targetVARCHAR);
About
A barebones SQL-backed storage implementation for go-git
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.