issues
search
jonbodner
/
proteus
A simple tool for generating an application's data access layer.
MIT License
209
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump GitHub workflow actions to latest versions
#60
deining
opened
2 months ago
0
Interface as parameter to DAOs
#59
SharkFourSix
opened
11 months ago
0
Configure proteus to panic on database errors
#58
SharkFourSix
opened
11 months ago
5
Add latest/current version information on the front page
#57
SharkFourSix
opened
12 months ago
1
Bump golang.org/x/sys from 0.0.0-20200828161417-c663848e9a16 to 0.1.0
#56
dependabot[bot]
closed
1 year ago
2
TEST | add test for multiple uses of parameters in the same query
#55
kalexmills
closed
3 years ago
0
add Builder.ExecResult
#54
jonbodner
closed
3 years ago
0
FEATURE | use sql.Result as valid output parameter
#53
kalexmills
closed
3 years ago
2
Option to return values of type sql.Result to enable harvesting LastInsertId()
#52
kalexmills
closed
3 years ago
2
Running UPDATE statements with a ContextQuerier silently fails
#51
kalexmills
opened
3 years ago
7
add support for pulling values from arrays and slices.
#50
jonbodner
closed
4 years ago
0
Fix mysql for real
#49
jonbodner
closed
4 years ago
0
fix problems reading from db with mysql. include mysql in tests.
#48
jonbodner
closed
4 years ago
0
Remove sqlite, fix bugs, update README to encourage context usage.
#47
jonbodner
closed
4 years ago
0
SIGSEGV can occur when using structs with bad function return types
#46
kalexmills
closed
4 years ago
1
Validate that Proteus can map results into a nested/embedded struct
#45
jonbodner
opened
4 years ago
0
Update the examples to demonstrate latest best practices
#44
jonbodner
closed
4 years ago
1
Prevent Queriers from having a single error output parameter
#43
jonbodner
opened
5 years ago
0
Add proteus.Builder and methods to generate individual functions and ad-hoc queries
#42
jonbodner
closed
5 years ago
0
Add a way to generate a single function
#41
jonbodner
closed
5 years ago
1
Context support
#40
jonbodner
closed
5 years ago
0
Add modules support
#39
jonbodner
closed
5 years ago
0
Module support
#38
jonbodner
closed
5 years ago
0
remove debug code
#37
jonbodner
closed
6 years ago
0
Fix test probs
#36
jonbodner
closed
6 years ago
0
Added a test case that possibly identifies an issue regarding embedde…
#35
brianchizhang
closed
6 years ago
8
Select from list
#34
michaelgmiller
closed
6 years ago
3
Table-qualified prof tags
#33
michaelgmiller
opened
6 years ago
4
trim parameters specified in the 'prop' tag for spaces to handle spac…
#32
tbflw
closed
6 years ago
1
Handle spaces in the parameter list in the 'prop' tag
#31
tbflw
closed
6 years ago
0
Deleted leftover fmt.Println from debugging
#30
tbflw
closed
6 years ago
1
Support for RETURNING "id" queries
#29
michaelgmiller
closed
6 years ago
2
special-case time.Time
#28
jonbodner
closed
6 years ago
0
time.Time gets mapped as a nested struct in version 0.7 and later
#27
tbflw
closed
6 years ago
2
Make []byte a special case that doesn't expand into multiple values and stays a blob of binary data.
#26
jonbodner
closed
6 years ago
0
Enable support for storing into embedded structs.
#25
jonbodner
closed
6 years ago
1
Unable to INSERT into []byte column
#24
michaelgmiller
closed
6 years ago
13
let there be multiple instances of the proteus logger
#23
jonbodner
opened
6 years ago
0
Add support for ExecContext and QueryContext
#22
jonbodner
closed
5 years ago
1
Proteus does not properly populated fields in embedded structs
#21
jonbodner
closed
6 years ago
1
add new logger and switch proteus over to using it.
#20
jonbodner
closed
6 years ago
4
Add ShouldBuild to the readme
#19
jonbodner
closed
6 years ago
0
Add should build and unnamed struct/map references
#18
jonbodner
closed
6 years ago
0
Allow an external logger
#17
Crevil
closed
6 years ago
5
Fail loudly when building the DAO
#16
Crevil
closed
6 years ago
8
Logging and metrics
#15
tbflw
closed
6 years ago
4
Could the current version be tagged
#14
nicored
closed
7 years ago
2
Ability to return result instead of int64 when using Executor
#13
nicored
closed
7 years ago
2
Implement embedded fields
#12
jonbodner
closed
7 years ago
1
Support custom Scanner slices (like JSONB columns with Arrays)
#11
slaskis
opened
7 years ago
4
Next