From 7d843b53dae3943e4b5a6bf8dbd32acef491581d Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 3 Oct 2024 09:19:46 +0000 Subject: [PATCH] build based on 100cea8 --- dev/.documenter-siteinfo.json | 2 +- dev/API/callbacks.html | 2 +- dev/API/configuration.html | 4 ++-- dev/API/exceptions.html | 2 +- dev/API/filetemplates.html | 2 +- dev/API/generator.html | 2 +- dev/API/migrations.html | 8 ++++---- dev/API/modeltypes.html | 6 +++--- dev/API/querybuilder.html | 6 +++--- dev/API/relationships.html | 2 +- dev/API/searchlight.html | 10 +++++----- dev/API/serializer.html | 2 +- dev/API/serializers/json.html | 2 +- dev/API/transactions.html | 2 +- dev/API/validation.html | 2 +- dev/index.html | 2 +- 16 files changed, 28 insertions(+), 28 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 75b663c..c723201 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.7.3","generation_timestamp":"2024-10-03T08:14:22","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.7.3","generation_timestamp":"2024-10-03T09:19:42","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/API/callbacks.html b/dev/API/callbacks.html index 2e05967..5b04a68 100644 --- a/dev/API/callbacks.html +++ b/dev/API/callbacks.html @@ -1,2 +1,2 @@ -Callbacks · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
SearchLight.Callbacks.on_exceptionFunction

Automatically invoked callback when a model exception is triggered internally (ex type conversion exception)

  • accepts (model <: AbstractModel, ex::TypeConversionException)
  • returns model <: AbstractModel
source
SearchLight.Callbacks.on_findFunction

Automatically invoked when model data is retrieved from the DB (on find methods). It will be invoked for each field in the model

  • accepts (model <: AbstractModel, field_name::Symbol, value::Any)
  • returns model <: AbstractModel
source
SearchLight.Callbacks.on_saveFunction

Automatically invoked when the object is being peristed to the DB

  • accepts (model <: AbstractModel, field_name::Symbol, value::Any)
  • returns model <: AbstractModel
source
+Callbacks · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
SearchLight.Callbacks.on_exceptionFunction

Automatically invoked callback when a model exception is triggered internally (ex type conversion exception)

  • accepts (model <: AbstractModel, ex::TypeConversionException)
  • returns model <: AbstractModel
source
SearchLight.Callbacks.on_findFunction

Automatically invoked when model data is retrieved from the DB (on find methods). It will be invoked for each field in the model

  • accepts (model <: AbstractModel, field_name::Symbol, value::Any)
  • returns model <: AbstractModel
source
SearchLight.Callbacks.on_saveFunction

Automatically invoked when the object is being peristed to the DB

  • accepts (model <: AbstractModel, field_name::Symbol, value::Any)
  • returns model <: AbstractModel
source
diff --git a/dev/API/configuration.html b/dev/API/configuration.html index 26f4a35..46e45b3 100644 --- a/dev/API/configuration.html +++ b/dev/API/configuration.html @@ -1,10 +1,10 @@ Configuration · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
SearchLight.Configuration.read_db_connection_dataFunction
read_db_connection_data(db_settings_file::String) :: Dict{Any,Any}

Attempts to read the database configuration file and returns the part corresponding to the current environment as a Dict. Does not check if db_settings_file actually exists so it can throw errors. If the database connection information for the current environment does not exist, it returns an empty Dict.

Examples

julia> Configuration.read_db_connection_data(...)
+"dev"
source
SearchLight.Configuration.read_db_connection_dataFunction
read_db_connection_data(db_settings_file::String) :: Dict{Any,Any}

Attempts to read the database configuration file and returns the part corresponding to the current environment as a Dict. Does not check if db_settings_file actually exists so it can throw errors. If the database connection information for the current environment does not exist, it returns an empty Dict.

Examples

julia> Configuration.read_db_connection_data(...)
 Dict{Any,Any} with 6 entries:
   "host"     => "localhost"
   "password" => "..."
   "username" => "..."
   "port"     => 5432
   "database" => "..."
-  "adapter"  => "PostgreSQL"
source
Missing docstring.

Missing docstring for load. Check Documenter's build log for details.

+ "adapter" => "PostgreSQL"source
Missing docstring.

Missing docstring for load. Check Documenter's build log for details.

SearchLight.Configuration.SettingsType
mutable struct Settings

App configuration - sets up the app's defaults. Individual options are overwritten in the corresponding environment file.

source
diff --git a/dev/API/exceptions.html b/dev/API/exceptions.html index 17e444e..a2e4eda 100644 --- a/dev/API/exceptions.html +++ b/dev/API/exceptions.html @@ -1,2 +1,2 @@ -Exceptions · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for SearchLightException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for NotPersistedException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for MissingDatabaseConfigurationException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for NotConnectedException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for UnretrievedModelException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for InvalidModelException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for TypeConversionException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for MissingConversionMethodException. Check Documenter's build log for details.

+Exceptions · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for SearchLightException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for NotPersistedException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for MissingDatabaseConfigurationException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for NotConnectedException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for UnretrievedModelException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for InvalidModelException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for TypeConversionException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for MissingConversionMethodException. Check Documenter's build log for details.

diff --git a/dev/API/filetemplates.html b/dev/API/filetemplates.html index c404229..31b1a66 100644 --- a/dev/API/filetemplates.html +++ b/dev/API/filetemplates.html @@ -1,2 +1,2 @@ -FileTemplates · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for newmigration. Check Documenter's build log for details.

Missing docstring.

Missing docstring for adapter_default_config. Check Documenter's build log for details.

Missing docstring.

Missing docstring for newconfig. Check Documenter's build log for details.

+FileTemplates · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for newmigration. Check Documenter's build log for details.

Missing docstring.

Missing docstring for adapter_default_config. Check Documenter's build log for details.

Missing docstring.

Missing docstring for newconfig. Check Documenter's build log for details.

diff --git a/dev/API/generator.html b/dev/API/generator.html index f646216..d2d5e94 100644 --- a/dev/API/generator.html +++ b/dev/API/generator.html @@ -1,2 +1,2 @@ -Generator · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
SearchLight.Generator.newmodelFunction
newmodel(name::Union{String,Symbol}; path::Union{String,Nothing} = nothing, pluralize::Bool = true) :: Nothing

Generates a new SearchLight model file and persists it to the resources folder.

source
SearchLight.Generator.newresourceFunction
newresource(resource_name::Union{String,Symbol}) :: Nothing

Generates all the files associated with a new resource and persists them to the resources folder.

source
SearchLight.Generator.newconfigFunction
newconfig(path::String = SearchLight.DB_PATH; filename = SearchLight.SEARCHLIGHT_DB_CONFIG_FILE_NAME) :: Nothing

Creates a new configuration file.

source
+Generator · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
SearchLight.Generator.newmodelFunction
newmodel(name::Union{String,Symbol}; path::Union{String,Nothing} = nothing, pluralize::Bool = true) :: Nothing

Generates a new SearchLight model file and persists it to the resources folder.

source
SearchLight.Generator.newresourceFunction
newresource(resource_name::Union{String,Symbol}) :: Nothing

Generates all the files associated with a new resource and persists them to the resources folder.

source
SearchLight.Generator.newconfigFunction
newconfig(path::String = SearchLight.DB_PATH; filename = SearchLight.SEARCHLIGHT_DB_CONFIG_FILE_NAME) :: Nothing

Creates a new configuration file.

source
diff --git a/dev/API/migrations.html b/dev/API/migrations.html index 3f21c3b..a6de6bc 100644 --- a/dev/API/migrations.html +++ b/dev/API/migrations.html @@ -1,5 +1,5 @@ -Migrations · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for DatabaseMigration. Check Documenter's build log for details.

Missing docstring.

Missing docstring for IrreversibleMigrationException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for ExistingMigrationException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for MigrationNotFoundException. Check Documenter's build log for details.

SearchLight.Migration.new_tableFunction
newtable(migration_name::String, resource::String) :: String

Creates a new default migration file and persists it to disk in the configured migrations folder.

source
SearchLight.Migration.newtableFunction
newtable(migration_name::String, resource::String) :: String

Creates a new default migration file and persists it to disk in the configured migrations folder.

source
Missing docstring.

Missing docstring for relationship_table_name. Check Documenter's build log for details.

newKeyword
new

Special function available to inner constructors which created a new object of the type. See the manual section on Inner Constructor Methods for more information.

source
SearchLight.Migration.migration_file_nameFunction
migration_file_name(migration_name::String) :: String
-migration_file_name(cmd_args::Dict{String,Any}, config::Configuration.Settings) :: String

Computes the name of a new migration file.

source
SearchLight.Migration.last_upFunction
last_up(; force = false) :: Nothing

Migrates up the last migration. If force is true, the migration will be executed even if it's already up.

source
SearchLight.Migration.lastupFunction
last_up(; force = false) :: Nothing

Migrates up the last migration. If force is true, the migration will be executed even if it's already up.

source
SearchLight.Migration.lastdownFunction
last_down() :: Nothing

Migrates down the last migration. If force is true, the migration will be executed even if it's already down.

source
SearchLight.Migration.upFunction
up(migration_module_name::String; force::Bool = false) :: Nothing
-up_by_module_name(migration_module_name::String; force::Bool = false) :: Nothing

Runs up the migration corresponding to migration_module_name.

source
Missing docstring.

Missing docstring for up_by_module_name. Check Documenter's build log for details.

SearchLight.Migration.downFunction
down(migration_module_name::String; force::Bool = false) :: Nothing
-down_by_module_name(migration_module_name::String; force::Bool = false) :: Nothing

Runs down the migration corresponding to migration_module_name.

source
Missing docstring.

Missing docstring for down_by_module_name. Check Documenter's build log for details.

SearchLight.Migration.allFunction
all_migrations() :: Tuple{Vector{String},Dict{String,DatabaseMigration}}

Returns the list of all the migrations.

source
SearchLight.Migration.run_migrationFunction
run_migration(migration::DatabaseMigration, direction::Symbol; force = false) :: Nothing

Runs migration in up or down, per directon. If force is true, the migration is run regardless of its current status (already up or down).

source
run_migration(migration_name::AbstractString, direction::Symbol; force = false) :: Nothing

Runs the migration corresponding to migration_name in direction. If force is true, the migration is run regardless of its current status (already up or down).

##Arguments

  • migration_name::AbstractString: The migration module name.
  • direction::Symbol: The direction of the migration. Must be :up or :down.
  • force::Bool: If true, the migration is run regardless of its current status (already up or `down).
source
Missing docstring.

Missing docstring for create_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column. Check Documenter's build log for details.

Missing docstring.

Missing docstring for columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column_id. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_index. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_indexes. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_column. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for drop_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_column. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_index. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_indexes. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_indices. Check Documenter's build log for details.

Missing docstring.

Missing docstring for create_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for constraint. Check Documenter's build log for details.

Missing docstring.

Missing docstring for nextval. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column_id_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for drop_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for create_migrations_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for init. Check Documenter's build log for details.

+Migrations · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for DatabaseMigration. Check Documenter's build log for details.

Missing docstring.

Missing docstring for IrreversibleMigrationException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for ExistingMigrationException. Check Documenter's build log for details.

Missing docstring.

Missing docstring for MigrationNotFoundException. Check Documenter's build log for details.

SearchLight.Migration.new_tableFunction
newtable(migration_name::String, resource::String) :: String

Creates a new default migration file and persists it to disk in the configured migrations folder.

source
SearchLight.Migration.newtableFunction
newtable(migration_name::String, resource::String) :: String

Creates a new default migration file and persists it to disk in the configured migrations folder.

source
Missing docstring.

Missing docstring for relationship_table_name. Check Documenter's build log for details.

newKeyword
new

Special function available to inner constructors which created a new object of the type. See the manual section on Inner Constructor Methods for more information.

source
SearchLight.Migration.migration_file_nameFunction
migration_file_name(migration_name::String) :: String
+migration_file_name(cmd_args::Dict{String,Any}, config::Configuration.Settings) :: String

Computes the name of a new migration file.

source
SearchLight.Migration.last_upFunction
last_up(; force = false) :: Nothing

Migrates up the last migration. If force is true, the migration will be executed even if it's already up.

source
SearchLight.Migration.lastupFunction
last_up(; force = false) :: Nothing

Migrates up the last migration. If force is true, the migration will be executed even if it's already up.

source
SearchLight.Migration.lastdownFunction
last_down() :: Nothing

Migrates down the last migration. If force is true, the migration will be executed even if it's already down.

source
SearchLight.Migration.upFunction
up(migration_module_name::String; force::Bool = false) :: Nothing
+up_by_module_name(migration_module_name::String; force::Bool = false) :: Nothing

Runs up the migration corresponding to migration_module_name.

source
Missing docstring.

Missing docstring for up_by_module_name. Check Documenter's build log for details.

SearchLight.Migration.downFunction
down(migration_module_name::String; force::Bool = false) :: Nothing
+down_by_module_name(migration_module_name::String; force::Bool = false) :: Nothing

Runs down the migration corresponding to migration_module_name.

source
Missing docstring.

Missing docstring for down_by_module_name. Check Documenter's build log for details.

SearchLight.Migration.allFunction
all_migrations() :: Tuple{Vector{String},Dict{String,DatabaseMigration}}

Returns the list of all the migrations.

source
SearchLight.Migration.run_migrationFunction
run_migration(migration::DatabaseMigration, direction::Symbol; force = false) :: Nothing

Runs migration in up or down, per directon. If force is true, the migration is run regardless of its current status (already up or down).

source
run_migration(migration_name::AbstractString, direction::Symbol; force = false) :: Nothing

Runs the migration corresponding to migration_name in direction. If force is true, the migration is run regardless of its current status (already up or down).

##Arguments

  • migration_name::AbstractString: The migration module name.
  • direction::Symbol: The direction of the migration. Must be :up or :down.
  • force::Bool: If true, the migration is run regardless of its current status (already up or `down).
source
Missing docstring.

Missing docstring for create_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column. Check Documenter's build log for details.

Missing docstring.

Missing docstring for columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column_id. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_index. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_indexes. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_column. Check Documenter's build log for details.

Missing docstring.

Missing docstring for add_columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for drop_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_column. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_index. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_indexes. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_indices. Check Documenter's build log for details.

Missing docstring.

Missing docstring for create_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for constraint. Check Documenter's build log for details.

Missing docstring.

Missing docstring for nextval. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column_id_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for remove_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for drop_sequence. Check Documenter's build log for details.

Missing docstring.

Missing docstring for create_migrations_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for init. Check Documenter's build log for details.

diff --git a/dev/API/modeltypes.html b/dev/API/modeltypes.html index 7285508..f8d449f 100644 --- a/dev/API/modeltypes.html +++ b/dev/API/modeltypes.html @@ -1,5 +1,5 @@ -ModelTypes · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for DbId. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SQLType. Check Documenter's build log for details.

Missing docstring.

Missing docstring for AbstractModel. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SQLColumns. Check Documenter's build log for details.

SearchLight.SQLWhereExpressionType
SQLWhereExpression(sql_expression::String, values::T)
+ModelTypes · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for DbId. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SQLType. Check Documenter's build log for details.

Missing docstring.

Missing docstring for AbstractModel. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SQLColumns. Check Documenter's build log for details.

SearchLight.SQLWhereExpressionType
SQLWhereExpression(sql_expression::String, values::T)
 SQLWhereExpression(sql_expression::String[, values::Vector{T}])

Constructs an instance of SQLWhereExpression, replacing the ? placeholders inside sql_expression with properly quoted values.

Examples:

julia> SQLWhereExpression("slug LIKE ?", "%julia%")
 
 SearchLight.SQLWhereExpression
@@ -37,7 +37,7 @@
 | sql_expression | question LIKE 'what is the question?'  |
 +----------------+----------------------------------------+
 |         values |                                        |
-+----------------+----------------------------------------+
source
Missing docstring.

Missing docstring for SQLWhereEntity. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SQLWhereEntity. Check Documenter's build log for details.

SearchLight.SQLQueryType
SQLQuery( columns = SQLColumn[],
           where   = SQLWhereEntity[],
           limit   = SQLLimit("ALL"),
           offset  = 0,
@@ -68,4 +68,4 @@
 |         |  Union{SearchLight.SQLWhere,SearchLight.SQLWhereExpression}[ |
 |         |                               SearchLight.SQLWhereExpression |
 |   where |                                                 +========... |
-+---------+--------------------------------------------------------------+
source
Missing docstring.

Missing docstring for SQLHaving. Check Documenter's build log for details.

Missing docstring.

Missing docstring for @sql_str. Check Documenter's build log for details.

++---------+--------------------------------------------------------------+
source
Missing docstring.

Missing docstring for SQLHaving. Check Documenter's build log for details.

Missing docstring.

Missing docstring for @sql_str. Check Documenter's build log for details.

diff --git a/dev/API/querybuilder.html b/dev/API/querybuilder.html index a22181f..099f1f8 100644 --- a/dev/API/querybuilder.html +++ b/dev/API/querybuilder.html @@ -77,7 +77,7 @@ │ Int64 Int64 ─────┼────────────── 1 │ 1 0 - 2 │ 2 0source
SearchLight.findFunction
find(m::Type{T}, q::SQLQuery, j::Union{Nothing,Vector{SQLJoin}} = nothing)::Vector{T} where {T<:AbstractModel}

Examples

source
find(m::Type{T}, w::SQLWhereEntity; order = SQLOrder(pk(m)))::Vector{T} where {T<:AbstractModel}

Return a vector of AbstractModel given Model instance where query and order by

Examples

julia> using Dates, Stats
+   2 │     2      0
source
SearchLight.findFunction
find(m::Type{T}, q::SQLQuery, j::Union{Nothing,Vector{SQLJoin}} = nothing)::Vector{T} where {T<:AbstractModel}

Examples

source
find(m::Type{T}, w::SQLWhereEntity; order = SQLOrder(pk(m)))::Vector{T} where {T<:AbstractModel}

Return a vector of AbstractModel given Model instance where query and order by

Examples

julia> using Dates, Stats
 
 julia> startdate = Dates.Date("2021-11-25")
 2021-11-25
@@ -112,7 +112,7 @@
 | region::String       | eu-central                           |
 | request_count::Int64 | 1                                    |
 | status::Int64        | 200                                  |
-| year::Int64          | 2021                                 |
source
Base.firstFunction
first(coll)

Get the first element of an iterable collection. Return the start point of an AbstractRange even if it is empty.

See also: only, firstindex, last.

Examples

julia> first(2:2:10)
+| year::Int64          | 2021                                 |
source
Base.firstFunction
first(coll)

Get the first element of an iterable collection. Return the start point of an AbstractRange even if it is empty.

See also: only, firstindex, last.

Examples

julia> first(2:2:10)
 2
 
 julia> first([1; 2; 3; 4])
@@ -152,4 +152,4 @@
 "0"
 
 julia> last("∀ϵ≠0: ϵ²>0", 3)
-"²>0"
source
last(node.children::NodeChildren) -> Node

Returns the last child of the node :: Node, or throws an error if the node has no children.

source
last(q::Deque)

Returns the last element of the deque q.

source
last(D::CircularDeque)

Get the item from the back of the queue.

source
last(sc)

Argument sc is a SortedDict, SortedMultiDict or SortedSet. This function returns the last item (a k=>v pair for SortedDict and SortedMultiDict or a key for SortedSet) according to the sorted order in the container. Thus, last(sc) is equivalent to deref((sc,lastindex(sc))). It is an error to call this function on an empty container. Time: O(log n)

source
last(sc)

Argument sc is a SortedDict, SortedMultiDict or SortedSet. This function returns the last item (a k=>v pair for SortedDict and SortedMultiDict or a key for SortedSet) according to the sorted order in the container. Thus, last(sc) is equivalent to deref((sc,lastindex(sc))). It is an error to call this function on an empty container. Time: O(log n)

source
last(sc)

Argument sc is a SortedDict, SortedMultiDict or SortedSet. This function returns the last item (a k=>v pair for SortedDict and SortedMultiDict or a key for SortedSet) according to the sorted order in the container. Thus, last(sc) is equivalent to deref((sc,lastindex(sc))). It is an error to call this function on an empty container. Time: O(log n)

source
last(cb::CircularBuffer)

Get the last element of CircularBuffer.

source
last(df::AbstractDataFrame)

Get the last row of df as a DataFrameRow.

Metadata: this function preserves table-level and column-level :note-style metadata.

source
last(df::AbstractDataFrame, n::Integer; view::Bool=false)

Get a data frame with the n last rows of df. Get all rows if n is greater than the number of rows in df. Error if n is negative.

If view=false a freshly allocated DataFrame is returned. If view=true then a SubDataFrame view into df is returned.

Metadata: this function preserves table-level and column-level :note-style metadata.

source
last(interval::AbstractInterval{T}) -> Union{T,Nothing}

The value of the upper endpoint. When the upper endpoint is unbounded nothing will be returned.

source
Missing docstring.

Missing docstring for SearchLight.count. Check Documenter's build log for details.

SearchLight.sqlFunction
source
+"²>0"source
last(node.children::NodeChildren) -> Node

Returns the last child of the node :: Node, or throws an error if the node has no children.

source
last(q::Deque)

Returns the last element of the deque q.

source
last(D::CircularDeque)

Get the item from the back of the queue.

source
last(sc)

Argument sc is a SortedDict, SortedMultiDict or SortedSet. This function returns the last item (a k=>v pair for SortedDict and SortedMultiDict or a key for SortedSet) according to the sorted order in the container. Thus, last(sc) is equivalent to deref((sc,lastindex(sc))). It is an error to call this function on an empty container. Time: O(log n)

source
last(sc)

Argument sc is a SortedDict, SortedMultiDict or SortedSet. This function returns the last item (a k=>v pair for SortedDict and SortedMultiDict or a key for SortedSet) according to the sorted order in the container. Thus, last(sc) is equivalent to deref((sc,lastindex(sc))). It is an error to call this function on an empty container. Time: O(log n)

source
last(sc)

Argument sc is a SortedDict, SortedMultiDict or SortedSet. This function returns the last item (a k=>v pair for SortedDict and SortedMultiDict or a key for SortedSet) according to the sorted order in the container. Thus, last(sc) is equivalent to deref((sc,lastindex(sc))). It is an error to call this function on an empty container. Time: O(log n)

source
last(cb::CircularBuffer)

Get the last element of CircularBuffer.

source
last(df::AbstractDataFrame)

Get the last row of df as a DataFrameRow.

Metadata: this function preserves table-level and column-level :note-style metadata.

source
last(df::AbstractDataFrame, n::Integer; view::Bool=false)

Get a data frame with the n last rows of df. Get all rows if n is greater than the number of rows in df. Error if n is negative.

If view=false a freshly allocated DataFrame is returned. If view=true then a SubDataFrame view into df is returned.

Metadata: this function preserves table-level and column-level :note-style metadata.

source
last(interval::AbstractInterval{T}) -> Union{T,Nothing}

The value of the upper endpoint. When the upper endpoint is unbounded nothing will be returned.

source
Missing docstring.

Missing docstring for SearchLight.count. Check Documenter's build log for details.

SearchLight.sqlFunction
source
diff --git a/dev/API/relationships.html b/dev/API/relationships.html index eebb764..c691cfa 100644 --- a/dev/API/relationships.html +++ b/dev/API/relationships.html @@ -15,4 +15,4 @@ julia> Relationship!(user, role) -julia> isrelated(role, permission)source
Missing docstring.

Missing docstring for related. Check Documenter's build log for details.

Missing docstring.

Missing docstring for isrelated. Check Documenter's build log for details.

+julia> isrelated(role, permission)source
Missing docstring.

Missing docstring for related. Check Documenter's build log for details.

Missing docstring.

Missing docstring for isrelated. Check Documenter's build log for details.

diff --git a/dev/API/searchlight.html b/dev/API/searchlight.html index 516f3a1..62ce27b 100644 --- a/dev/API/searchlight.html +++ b/dev/API/searchlight.html @@ -70,11 +70,11 @@ julia> SearchLight.updatewith!(user, Dict("name" => "John Doe", "email" => "foo@bar.com")) -julia> save!(user)source
Missing docstring.

Missing docstring for convertmethod. Check Documenter's build log for details.

Missing docstring.

Missing docstring for booltypes. Check Documenter's build log for details.

Missing docstring.

Missing docstring for autoconvert. Check Documenter's build log for details.

Missing docstring.

Missing docstring for updatewith!!. Check Documenter's build log for details.

SearchLight.updatewithFunction
updatewith!(m::T, w::T)::T where {T<:AbstractModel}

Update the model m with the values from w and return the updated model.

Examples

julia> using UserApp.User
+julia> save!(user)
source
Missing docstring.

Missing docstring for convertmethod. Check Documenter's build log for details.

Missing docstring.

Missing docstring for booltypes. Check Documenter's build log for details.

Missing docstring.

Missing docstring for autoconvert. Check Documenter's build log for details.

Missing docstring.

Missing docstring for updatewith!!. Check Documenter's build log for details.

SearchLight.updatewithFunction
updatewith!(m::T, w::T)::T where {T<:AbstractModel}

Update the model m with the values from w and return the updated model.

Examples

julia> using UserApp.User
 
 julia> SearchLight.updatewith!(user, Dict("name" => "John Doe", "email" => "foo@bar.com"))
 
-julia> save!(user)
source
Missing docstring.

Missing docstring for createwith. Check Documenter's build log for details.

Missing docstring.

Missing docstring for updateby_or_create. Check Documenter's build log for details.

SearchLight.update_or_createFunction
update_or_create(m::T; ignore = Symbol[], skip_update = false, filters...)::T where {T<:AbstractModel}

Examples

julia>
source
Missing docstring.

Missing docstring for findone_or_create. Check Documenter's build log for details.

SearchLight.to_modelsFunction
to_models(m::Type{T}, df::DataFrames.DataFrame)::Vector{T} where {T<:AbstractModel}

Return an array of type Model

Examples

julia> DataFrame(Stat, SQLWhereExpression("date >= ? AND date <= ?", startdate, enddate), order=["stats.date"])
+julia> save!(user)
source
Missing docstring.

Missing docstring for createwith. Check Documenter's build log for details.

Missing docstring.

Missing docstring for updateby_or_create. Check Documenter's build log for details.

SearchLight.update_or_createFunction
update_or_create(m::T; ignore = Symbol[], skip_update = false, filters...)::T where {T<:AbstractModel}

Examples

julia>
source
Missing docstring.

Missing docstring for findone_or_create. Check Documenter's build log for details.

SearchLight.to_modelsFunction
to_models(m::Type{T}, df::DataFrames.DataFrame)::Vector{T} where {T<:AbstractModel}

Return an array of type Model

Examples

julia> DataFrame(Stat, SQLWhereExpression("date >= ? AND date <= ?", startdate, enddate), order=["stats.date"])
 8160×9 DataFrame
   Row │ stats_id  stats_package_uuid                 stats_package_name   stats_status  stats_region  stats_date  stats_request_count  stats_year  stats_month
       │ Int64     String                             String               Int64         String        String      Int64                Int64       String
@@ -114,8 +114,8 @@
 | region::String       | eu-central                           |
 | request_count::Int64 | 1                                    |
 | status::Int64        | 200                                  |
-| year::Int64          | 2021                                 |
source
Missing docstring.

Missing docstring for to_model. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_model!!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_select_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_from_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_where_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_order_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_group_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_limit_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_offset_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_having_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_join_part. Check Documenter's build log for details.

SearchLight.columns_from_joinsFunction

columnsfromjoins(joins::Vector{SQLJoin})::Vector{SQLColumn}

Extracts columns from joins param and adds to be used for the SELECT part

source
Missing docstring.

Missing docstring for column_data_to_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for prepare_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for columns_names_by_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for dataframes_by_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_find_sql. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_fetch_sql. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_store_sql. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_sqlinput. Check Documenter's build log for details.

Missing docstring.

Missing docstring for delete_all. Check Documenter's build log for details.

Missing docstring.

Missing docstring for deleteall. Check Documenter's build log for details.

Missing docstring.

Missing docstring for delete. Check Documenter's build log for details.

Missing docstring.

Missing docstring for query. Check Documenter's build log for details.

Missing docstring.

Missing docstring for clone. Check Documenter's build log for details.

Missing docstring.

Missing docstring for columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for ispersisted. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column_field_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for persistable_fields. Check Documenter's build log for details.

Missing docstring.

Missing docstring for settable_fields. Check Documenter's build log for details.

Missing docstring.

Missing docstring for table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for pk. Check Documenter's build log for details.

Missing docstring.

Missing docstring for primary_key_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for strip_table_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_fully_qualified. Check Documenter's build log for details.

Missing docstring.

Missing docstring for from_fully_qualified. Check Documenter's build log for details.

Missing docstring.

Missing docstring for strip_module_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_fully_qualified. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_sql_column_names. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_sql_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_fully_qualified_sql_column_names. Check Documenter's build log for details.

Missing docstring.

Missing docstring for fo_fully_qualified_sql_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for from_literal_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_dict. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_string_dict. Check Documenter's build log for details.

Missing docstring.

Missing docstring for enclosure. Check Documenter's build log for details.

Missing docstring.

Missing docstring for update_query_part. Check Documenter's build log for details.

SearchLight.escape_column_nameFunction
escape_column_name(c::SQLColumn) :: SQLColumn
-escape_column_name(s::String)

Sanitizes input to be use as column names in SQL queries.

source
SearchLight.escape_valueFunction
escape_value(i::SQLInput)

Sanitizes input to be used as values in SQL queries.

source
Missing docstring.

Missing docstring for index_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for sql. Check Documenter's build log for details.

SearchLight.add_quotesFunction
add_quotes(str::String) :: String

Adds quotes around str and escapes any previously existing quotes.

source
SearchLight.strip_quotesFunction
strip_quotes(str::String) :: String

Unquotes str.

source
SearchLight.isquotedFunction
isquoted(str::String) :: Bool

Checks weather or not str is quoted.

source
Missing docstring.

Missing docstring for expand_nullable. Check Documenter's build log for details.

Core.NamedTupleType
NamedTuple

NamedTuples are, as their name suggests, named Tuples. That is, they're a tuple-like collection of values, where each entry has a unique name, represented as a Symbol. Like Tuples, NamedTuples are immutable; neither the names nor the values can be modified in place after construction.

Accessing the value associated with a name in a named tuple can be done using field access syntax, e.g. x.a, or using getindex, e.g. x[:a] or x[(:a, :b)]. A tuple of the names can be obtained using keys, and a tuple of the values can be obtained using values.

Note

Iteration over NamedTuples produces the values without the names. (See example below.) To iterate over the name-value pairs, use the pairs function.

The @NamedTuple macro can be used for conveniently declaring NamedTuple types.

Examples

julia> x = (a=1, b=2)
+| year::Int64          | 2021                                 |
source
Missing docstring.

Missing docstring for to_model. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_model!!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_select_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_from_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_where_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_order_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_group_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_limit_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_offset_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_having_part. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_join_part. Check Documenter's build log for details.

SearchLight.columns_from_joinsFunction

columnsfromjoins(joins::Vector{SQLJoin})::Vector{SQLColumn}

Extracts columns from joins param and adds to be used for the SELECT part

source
Missing docstring.

Missing docstring for column_data_to_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for prepare_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for columns_names_by_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for dataframes_by_table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_find_sql. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_fetch_sql. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_store_sql. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_sqlinput. Check Documenter's build log for details.

Missing docstring.

Missing docstring for delete_all. Check Documenter's build log for details.

Missing docstring.

Missing docstring for deleteall. Check Documenter's build log for details.

Missing docstring.

Missing docstring for delete. Check Documenter's build log for details.

Missing docstring.

Missing docstring for query. Check Documenter's build log for details.

Missing docstring.

Missing docstring for clone. Check Documenter's build log for details.

Missing docstring.

Missing docstring for columns. Check Documenter's build log for details.

Missing docstring.

Missing docstring for ispersisted. Check Documenter's build log for details.

Missing docstring.

Missing docstring for column_field_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for persistable_fields. Check Documenter's build log for details.

Missing docstring.

Missing docstring for settable_fields. Check Documenter's build log for details.

Missing docstring.

Missing docstring for table. Check Documenter's build log for details.

Missing docstring.

Missing docstring for pk. Check Documenter's build log for details.

Missing docstring.

Missing docstring for primary_key_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for strip_table_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for is_fully_qualified. Check Documenter's build log for details.

Missing docstring.

Missing docstring for from_fully_qualified. Check Documenter's build log for details.

Missing docstring.

Missing docstring for strip_module_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_fully_qualified. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_sql_column_names. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_sql_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_fully_qualified_sql_column_names. Check Documenter's build log for details.

Missing docstring.

Missing docstring for fo_fully_qualified_sql_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for from_literal_column_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_dict. Check Documenter's build log for details.

Missing docstring.

Missing docstring for to_string_dict. Check Documenter's build log for details.

Missing docstring.

Missing docstring for enclosure. Check Documenter's build log for details.

Missing docstring.

Missing docstring for update_query_part. Check Documenter's build log for details.

SearchLight.escape_column_nameFunction
escape_column_name(c::SQLColumn) :: SQLColumn
+escape_column_name(s::String)

Sanitizes input to be use as column names in SQL queries.

source
SearchLight.escape_valueFunction
escape_value(i::SQLInput)

Sanitizes input to be used as values in SQL queries.

source
Missing docstring.

Missing docstring for index_name. Check Documenter's build log for details.

Missing docstring.

Missing docstring for sql. Check Documenter's build log for details.

SearchLight.add_quotesFunction
add_quotes(str::String) :: String

Adds quotes around str and escapes any previously existing quotes.

source
SearchLight.strip_quotesFunction
strip_quotes(str::String) :: String

Unquotes str.

source
SearchLight.isquotedFunction
isquoted(str::String) :: Bool

Checks weather or not str is quoted.

source
Missing docstring.

Missing docstring for expand_nullable. Check Documenter's build log for details.

Core.NamedTupleType
NamedTuple

NamedTuples are, as their name suggests, named Tuples. That is, they're a tuple-like collection of values, where each entry has a unique name, represented as a Symbol. Like Tuples, NamedTuples are immutable; neither the names nor the values can be modified in place after construction.

Accessing the value associated with a name in a named tuple can be done using field access syntax, e.g. x.a, or using getindex, e.g. x[:a] or x[(:a, :b)]. A tuple of the names can be obtained using keys, and a tuple of the values can be obtained using values.

Note

Iteration over NamedTuples produces the values without the names. (See example below.) To iterate over the name-value pairs, use the pairs function.

The @NamedTuple macro can be used for conveniently declaring NamedTuple types.

Examples

julia> x = (a=1, b=2)
 (a = 1, b = 2)
 
 julia> x.a
@@ -154,4 +154,4 @@
 (x = 0,)
 
 julia> (; t.x)
-(x = 0,)
Julia 1.5

Implicit names from identifiers and dot expressions are available as of Julia 1.5.

Julia 1.7

Use of getindex methods with multiple Symbols is available as of Julia 1.7.

source
+(x = 0,)
Julia 1.5

Implicit names from identifiers and dot expressions are available as of Julia 1.5.

Julia 1.7

Use of getindex methods with multiple Symbols is available as of Julia 1.7.

source diff --git a/dev/API/serializer.html b/dev/API/serializer.html index b3f6b34..d89bfbb 100644 --- a/dev/API/serializer.html +++ b/dev/API/serializer.html @@ -1,2 +1,2 @@ -Serializer · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for serialize. Check Documenter's build log for details.

Missing docstring.

Missing docstring for deserialize. Check Documenter's build log for details.

Missing docstring.

Missing docstring for serializables. Check Documenter's build log for details.

+Serializer · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for serialize. Check Documenter's build log for details.

Missing docstring.

Missing docstring for deserialize. Check Documenter's build log for details.

Missing docstring.

Missing docstring for serializables. Check Documenter's build log for details.

diff --git a/dev/API/serializers/json.html b/dev/API/serializers/json.html index c842ba5..ea1ce71 100644 --- a/dev/API/serializers/json.html +++ b/dev/API/serializers/json.html @@ -1,2 +1,2 @@ -JsonSerializer · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for SearchLight.Serializer.serialize. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SearchLight.Serializer.deserialize. Check Documenter's build log for details.

+JsonSerializer · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for SearchLight.Serializer.serialize. Check Documenter's build log for details.

Missing docstring.

Missing docstring for SearchLight.Serializer.deserialize. Check Documenter's build log for details.

diff --git a/dev/API/transactions.html b/dev/API/transactions.html index 0fe1fad..0be8f64 100644 --- a/dev/API/transactions.html +++ b/dev/API/transactions.html @@ -1,2 +1,2 @@ -Transactions · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for begin_transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for commit_transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for rollback_transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for with_transaction. Check Documenter's build log for details.

+Transactions · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
Missing docstring.

Missing docstring for begin_transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for commit_transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for rollback_transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for transaction. Check Documenter's build log for details.

Missing docstring.

Missing docstring for with_transaction. Check Documenter's build log for details.

diff --git a/dev/API/validation.html b/dev/API/validation.html index 104edf1..c991dab 100644 --- a/dev/API/validation.html +++ b/dev/API/validation.html @@ -23,4 +23,4 @@ julia> ValidationRule(:username, not_empty) julia> ValidationRule(:username, is_unique) julia> ValidationRule(:age, is_int) -julia> ValidationRule(:email, not_empty)source
SearchLight.Validation.ModelValidatorType

The object that defines the rules and stores the validation errors associated with the fields of a model.

source
Missing docstring.

Missing docstring for validator. Check Documenter's build log for details.

SearchLight.Validation.validateFunction
validate(m::T)::Bool where {T<:AbstractModel}

Validates m's data. A bool is return and existing errors are pushed to the validator's error stack.

source
Missing docstring.

Missing docstring for haserrors. Check Documenter's build log for details.

Missing docstring.

Missing docstring for haserrorsfor. Check Documenter's build log for details.

Missing docstring.

Missing docstring for errorsfor. Check Documenter's build log for details.

Missing docstring.

Missing docstring for errorsmessagesfor. Check Documenter's build log for details.

Missing docstring.

Missing docstring for errors_to_string. Check Documenter's build log for details.

+julia> ValidationRule(:email, not_empty)source
SearchLight.Validation.ModelValidatorType

The object that defines the rules and stores the validation errors associated with the fields of a model.

source
Missing docstring.

Missing docstring for validator. Check Documenter's build log for details.

SearchLight.Validation.validateFunction
validate(m::T)::Bool where {T<:AbstractModel}

Validates m's data. A bool is return and existing errors are pushed to the validator's error stack.

source
Missing docstring.

Missing docstring for haserrors. Check Documenter's build log for details.

Missing docstring.

Missing docstring for haserrorsfor. Check Documenter's build log for details.

Missing docstring.

Missing docstring for errorsfor. Check Documenter's build log for details.

Missing docstring.

Missing docstring for errorsmessagesfor. Check Documenter's build log for details.

Missing docstring.

Missing docstring for errors_to_string. Check Documenter's build log for details.

diff --git a/dev/index.html b/dev/index.html index 0729b93..cb24168 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia
+Home · SearchLight - Concise, secure, cross-platform query builder and ORM for Julia