-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GlorpSQLite3 README.md link #152
Conversation
The link to SQLite3 in the readme redirects to a SQLite3 library that does not utilize Glorp. I believe the correct link is: https://github.com/PierceNg/glorp-sqlite3.
The link is OK as it is. The referenced project includes an optional group with the Glorp-related code. It's also continuously tested See https://github.com/pharo-rdbms/glorp/blob/master/.smalltalkci/.SQLite3.ston |
Ok thanks. The readme said "Use its Metacello snippet to load both Glorp and the driver in one go" and when I am on the page there is no script to "load both Glorp and the driver in one go" and no mention to Glorp! |
Please propose an update to the readme so it's more clear. The docs in the
project are in need of some love.
…On Sat, Jan 20, 2024, 09:57 Pierre Laborde ***@***.***> wrote:
Ok thanks.
I realize that something is missing in the project documentation.
The readme said "Use its Metacello snippet to load both Glorp and the
driver in one go" and when I am on the page there is no script to "load
both Glorp and the driver in one go" and no mention to Glorp!
It's not clear that we need to load a thing that isn't obvious to guess.
—
Reply to this email directly, view it on GitHub
<#152 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQCK6ES6XBEE5WV7M32TDDYPO5MJAVCNFSM6AAAAABCDEQW3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGA4DONRYG4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
You have right :) |
I don't have access to the computer until the next month. But doing
something like this should work:
Metacello new
repository: 'github://pharo-rdbms/Pharo-SQLite3/src';
baseline: 'SQLite3';
load:#('Core' 'glorp')
There's no need to manually load the dependencies. And if you want to load
it by hand you need to use the same version declared as dependency in the
Baseline.
…On Sat, Jan 20, 2024, 10:39 Pierre Laborde ***@***.***> wrote:
Please propose an update to the readme so it's more clear. The docs in the
project are in need of some love.
… <#m_-5032872237467112048_>
On Sat, Jan 20, 2024, 09:57 Pierre Laborde *@*.*> wrote: Ok thanks. I
realize that something is missing in the project documentation. The readme
said "Use its Metacello snippet to load both Glorp and the driver in one
go" and when I am on the page there is no script to "load both Glorp and
the driver in one go" and no mention to Glorp! It's not clear that we need
to load a thing that isn't obvious to guess. — Reply to this email
directly, view it on GitHub <#152 (comment)
<#152 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAQCK6ES6XBEE5WV7M32TDDYPO5MJAVCNFSM6AAAAABCDEQW3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGA4DONRYG4
<https://github.com/notifications/unsubscribe-auth/AAQCK6ES6XBEE5WV7M32TDDYPO5MJAVCNFSM6AAAAABCDEQW3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGA4DONRYG4>
. You are receiving this because you modified the open/close state.Message
ID: @.*>
You have right :)
I will propose an update if I succeed to load the sub-project with glorp
>< see: pharo-rdbms/Pharo-SQLite3#108
<pharo-rdbms/Pharo-SQLite3#108>
—
Reply to this email directly, view it on GitHub
<#152 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQCK6AC4OXNIUHR24437XTYPPCILAVCNFSM6AAAAABCDEQW3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGA4TMMZWGM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Thanks I will complete my issue with this dicussion :) |
The link to SQLite3 in the readme redirects to a SQLite3 library that does not utilize Glorp. I believe the correct link is: https://github.com/PierceNg/glorp-sqlite3.