Skip to content

Commit

Permalink
Create docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 29, 2023
1 parent da44797 commit 95b21d7
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 2 deletions.
71 changes: 71 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,74 @@
API Pages
==========

- [CX::Red::Bool](api/CX/Red/Bool)
- [MetamodelX::Red::Comparate](api/MetamodelX/Red/Comparate)
- [MetamodelX::Red::Describable](api/MetamodelX/Red/Describable)
- [MetamodelX::Red::Dirtable](api/MetamodelX/Red/Dirtable)
- [MetamodelX::Red::Id](api/MetamodelX/Red/Id)
- [MetamodelX::Red::Migration](api/MetamodelX/Red/Migration)
- [MetamodelX::Red::Model](api/MetamodelX/Red/Model)
- [MetamodelX::Red::OnDB](api/MetamodelX/Red/OnDB)
- [MetamodelX::Red::Relationship](api/MetamodelX/Red/Relationship)
- [Red](api/Red)
- [Red::AST](api/Red/AST)
- [Red::AST::BeginTransaction](api/Red/AST/BeginTransaction)
- [Red::AST::Between](api/Red/AST/Between)
- [Red::AST::Case](api/Red/AST/Case)
- [Red::AST::ChangeColumn](api/Red/AST/ChangeColumn)
- [Red::AST::Comment](api/Red/AST/Comment)
- [Red::AST::CommitTransaction](api/Red/AST/CommitTransaction)
- [Red::AST::Constraints](api/Red/AST/Constraints)
- [Red::AST::CreateColumn](api/Red/AST/CreateColumn)
- [Red::AST::CreateTable](api/Red/AST/CreateTable)
- [Red::AST::CreateView](api/Red/AST/CreateView)
- [Red::AST::DateTimeFuncs](api/Red/AST/DateTimeFuncs)
- [Red::AST::Delete](api/Red/AST/Delete)
- [Red::AST::Divisable](api/Red/AST/Divisable)
- [Red::AST::DropColumn](api/Red/AST/DropColumn)
- [Red::AST::Empty](api/Red/AST/Empty)
- [Red::AST::Function](api/Red/AST/Function)
- [Red::AST::Infix](api/Red/AST/Infix)
- [Red::AST::Infixes](api/Red/AST/Infixes)
- [Red::AST::Insert](api/Red/AST/Insert)
- [Red::AST::Intersect](api/Red/AST/Intersect)
- [Red::AST::IsDefined](api/Red/AST/IsDefined)
- [Red::AST::JsonItem](api/Red/AST/JsonItem)
- [Red::AST::JsonRemoveItem](api/Red/AST/JsonRemoveItem)
- [Red::AST::LastInsertedRow](api/Red/AST/LastInsertedRow)
- [Red::AST::Minus](api/Red/AST/Minus)
- [Red::AST::MultiSelect](api/Red/AST/MultiSelect)
- [Red::AST::Next](api/Red/AST/Next)
- [Red::AST::Optimizer::AND](api/Red/AST/Optimizer/AND)
- [Red::AST::Optimizer::OR](api/Red/AST/Optimizer/OR)
- [Red::AST::RollbackTransaction](api/Red/AST/RollbackTransaction)
- [Red::AST::Select](api/Red/AST/Select)
- [Red::AST::StringFuncs](api/Red/AST/StringFuncs)
- [Red::AST::TableComment](api/Red/AST/TableComment)
- [Red::AST::Unary](api/Red/AST/Unary)
- [Red::AST::Update](api/Red/AST/Update)
- [Red::AST::Value](api/Red/AST/Value)
- [Red::Class](api/Red/Class)
- [Red::Cli](api/Red/Cli)
- [Red::Column](api/Red/Column)
- [Red::ColumnMethods](api/Red/ColumnMethods)
- [Red::DB](api/Red/DB)
- [Red::Database](api/Red/Database)
- [Red::Do](api/Red/Do)
- [Red::Driver](api/Red/Driver)
- [Red::Driver::Pg](api/Red/Driver/Pg)
- [Red::Driver::SQLite](api/Red/Driver/SQLite)
- [Red::Driver::SQLite::SchemaReader](api/Red/Driver/SQLite/SchemaReader)
- [Red::Event](api/Red/Event)
- [Red::HiddenFromSQLCommenting](api/Red/HiddenFromSQLCommenting)
- [Red::Model](api/Red/Model)
- [Red::Operators](api/Red/Operators)
- [Red::Phaser](api/Red/Phaser)
- [Red::PrepareCode](api/Red/PrepareCode)
- [Red::ResultAssociative](api/Red/ResultAssociative)
- [Red::ResultSeq](api/Red/ResultSeq)
- [Red::ResultSeqSeq](api/Red/ResultSeqSeq)
- [Red::SchemaReader](api/Red/SchemaReader)
- [Red::Statement](api/Red/Statement)
- [Red::Traits](api/Red/Traits)
- [Red::Utils](api/Red/Utils)
2 changes: 1 addition & 1 deletion docs/api/Red/Driver/Pg.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class submethod BUILD (Red::Driver::Pg: :$!dbh, Str :$!user, Str :$!password, Str :$!host = "127.0.0.1", Int :$!port = 5432, Str :$!dbname, *%_) { #`(Submethod|139996923707088) ... }
class submethod BUILD (Red::Driver::Pg: :$!dbh, Str :$!user, Str :$!password, Str :$!host = "127.0.0.1", Int :$!port = 5432, Str :$!dbname, *%_) { #`(Submethod|139932657750800) ... }
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Data accepted by the Pg driver constructor: dbh : DB::Pg object user : User to be used to connect to the database password: Password to be used to connect to the database host : To be connected to port : What port to connect dbname : Database name
Expand Down
2 changes: 1 addition & 1 deletion docs/api/Red/Driver/SQLite.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|140194643198896) ... }
class submethod BUILD (Red::Driver::SQLite: DBDish::SQLite::Connection :$!dbh, Str :$!database = ":memory:", *%_) { #`(Submethod|139952208713808) ... }
-------------------------------------------------------------------------------------------------------------------------------------------------------

Data accepted by the SQLite driver constructor: dbh : DBDish::SQLite object database: File name or C<:memory:> to a in memory DB (default)
Expand Down

0 comments on commit 95b21d7

Please sign in to comment.